platform :ios, '13.0' use_frameworks! target 'Temperature' do pod 'AFNetworking' pod 'SDWebImage' pod 'SVProgressHUD' pod 'FMDB' pod 'MJRefresh' pod 'MJExtension' pod 'Masonry' pod 'FDFullscreenPopGesture' #全屏侧滑返回 pod 'MMKV' pod 'TYPagerController' pod 'YBPopupMenu' #pod 'WebViewJavascriptBridge', '~> 6.0' pod 'YYKit' pod 'BRPickerView' pod 'CircleProgressBar' pod 'SDCycleScrollView' pod 'GTSDK' end post_install do |installer| installer.pods_project.build_configurations.each do |config| config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64" end end