source 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git' inhibit_all_warnings! platform :ios, '12.0' use_frameworks! target 'LekangGuard' do pod 'Masonry' pod 'ReactiveObjC' #pod 'MJRefresh' ,'~> 3.1.15.7' pod 'DZNEmptyDataSet' pod 'EasyShowView' # pod 'JGProgressHUD' pod 'BRPickerView' pod 'ZXNavigationBar' pod 'YYModel' pod 'KafkaRefresh' pod 'MSNetwork' pod 'YYModel' pod 'LTScrollView' pod 'SDWebImage' pod 'JhtMarquee' pod 'YCShadowView' # pod 'AlipaySDK-iOS' # pod 'WechatOpenSDK' # pod 'HyCharts' # pod 'HyCategoriess' # pod 'HyCycleView' pod 'DZNEmptyDataSet' pod 'AMapSearch' pod 'MQTTClient', '0.9.5' pod 'MJExtension', '3.0.13' pod 'JuphoonCloudSDK_iOS', '~>2.12' pod 'JLAuthorizationManager' pod 'WHToast','~>0.0.7' pod 'LSTPopView', '~> 0.1.08111531' pod 'AgoraRtcEngine_Special_iOS', '3.6.216' pod 'GoogleMaps', '~> 2.0.0' pod 'GooglePlaces' pod 'SGQRCode', '~> 4.1.0' pod 'IQKeyboardManager', '4.0.10' pod 'LGAlertView' target 'LekangGuardTests' do inherit! :search_paths # Pods for testing end target 'LekangGuardUITests' do # Pods for testing end end post_install do |installer| installer.pods_project.targets.each do |target| target.build_configurations.each do |config| config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '8.0' end end installer.pods_project.build_configurations.each do |config| config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64" end end