flutter_application_path = './yxlj_flutter' load File.join(flutter_application_path, '.ios', 'Flutter', 'podhelper.rb') post_install do |installer| installer.generated_projects.each do |project| project.targets.each do |target| target.build_configurations.each do |config| config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '12.0' end end end flutter_post_install(installer) if defined?(flutter_post_install) end platform :ios, '12.0' inhibit_all_warnings! target 'Temperature' do install_all_flutter_pods(flutter_application_path) use_frameworks! pod 'AFNetworking' pod 'SDWebImage', '~> 5.0' pod 'SVProgressHUD' pod 'FMDB' pod 'MJRefresh' pod 'MJExtension' pod 'Masonry' pod 'FDFullscreenPopGesture' #全屏侧滑返回 pod 'MMKV' pod 'TYPagerController' pod 'YBPopupMenu' pod 'WebViewJavascriptBridge', '~> 6.0' end