Set iOS deployment target to 9.0 (#384)

This commit is contained in:
Frieder Bluemle
2020-05-19 15:13:35 -03:00
committed by GitHub
parent d8d680719f
commit 6267916d41
+1 -1
View File
@@ -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}" }