Skip to content

Commit

Permalink
Set iOS deployment target to 9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
friederbluemle committed Aug 30, 2019
1 parent 89a602b commit fc875f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-native-config.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit fc875f9

Please # to comment.