fix: the deployment_target in podspec file dosen't fit the ios project
This commit is contained in:
parent
b9660f6038
commit
49402248c8
|
@ -10,7 +10,7 @@ Pod::Spec.new do |s|
|
|||
s.license = pjson["license"]
|
||||
s.author = { "Johannes Lumpe" => "johannes@lum.pe" }
|
||||
|
||||
s.ios.deployment_target = '9.0'
|
||||
s.ios.deployment_target = '7.0'
|
||||
|
||||
s.source = { :git => "https://github.com/itinance/react-native-fs", :tag => "v#{s.version}" }
|
||||
s.source_files = '*.{h,m}'
|
||||
|
|
Loading…
Reference in New Issue