From a53d4aba80d64c1ed1652ca3dc2ef2fc65f738a4 Mon Sep 17 00:00:00 2001 From: Frieder Bluemle Date: Fri, 30 Aug 2019 11:28:29 -0700 Subject: [PATCH] Set iOS deployment target to 9.0 --- react-native-config.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-native-config.podspec b/react-native-config.podspec index 918eb47f..3248a847 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: "v#{s.version.to_s}" }