mirror of
https://github.com/status-im/react-native-config.git
synced 2026-08-31 06:31:13 +00:00
Set iOS deployment target to 9.0 (#384)
This commit is contained in:
@@ -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}" }
|
||||
|
||||
Reference in New Issue
Block a user