fix: the deployment_target in podspec file dosen't fit the ios project

This commit is contained in:
Sines 2017-11-17 00:32:03 +08:00
parent b9660f6038
commit 49402248c8
1 changed files with 1 additions and 1 deletions

View File

@ -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}'