diff --git a/react-native-config.podspec b/react-native-config.podspec index bb95fabf..1e456bee 100644 --- a/react-native-config.podspec +++ b/react-native-config.podspec @@ -13,7 +13,7 @@ Pod::Spec.new do |s| s.homepage = 'https://github.com/luggit/react-native-config' s.license = 'MIT' - s.ios.deployment_target = '7.0' + s.ios.deployment_target = '9.0' s.tvos.deployment_target = '9.0' s.source = { git: 'https://github.com/luggit/react-native-config.git', tag: s.version.to_s }