diff --git a/Podfile b/Podfile index 723b6e2b0..a0dd5c69d 100644 --- a/Podfile +++ b/Podfile @@ -101,7 +101,7 @@ post_install do |installer| installer.pods_project.targets.each do |target| target.build_configurations.each do |config| - config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '11.0' + config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '11.2' end end end