#source 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git' # Uncomment the next line to define a global platform for your project platform :ios, '13.0' target 'Koala' do # Comment the next line if you don't want to use dynamic frameworks use_frameworks! # Pods for Koala pod 'Alamofire' pod 'Kingfisher' pod 'SnapKit' pod 'SVProgressHUD' pod 'IQKeyboardManagerSwift','6.5.11' pod 'SwiftyJSON' pod 'ReactiveCocoa' pod 'MJRefresh' pod 'HandyJSON' pod 'MJExtension' pod 'SideMenu' pod 'GzipSwift' pod 'FMDB' pod 'lottie-ios','3.2.3' pod 'CryptoSwift' pod 'LLCycleScrollView' pod 'SwiftSVG' pod 'Starscream' pod 'LiveChat' pod 'PGDatePicker' pod 'TYCyclePagerView' pod "ViewAnimator" pod "TagListView" pod 'MTPush','4.3.2' pod "LookinServer" pod "Cache",'5.3.0' pod 'NVActivityIndicatorView' pod 'HandyJSON' pod 'Intercom','16.5.0' pod 'BSText' pod 'KDCircularProgress' pod 'ZLPhotoBrowser' ,'4.5.3' pod 'TABAnimated', '2.6.3' pod 'BuglyPro' pod 'SkeletonView' pod 'GKPhotoBrowser' end post_install do |installer| installer.pods_project.targets.each do |target| target.build_configurations.each do |config| # Needed for building for simulator on M1 Macs if config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'].to_f < 11.0 config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '13.0' end config.build_settings['CODE_SIGN_IDENTITY'] = '' config.build_settings['ONLY_ACTIVE_ARCH'] = 'NO' end end end