Skip to content

Commit

Permalink
fix: the deployment_target in podspec file dosen't fit the ios project
Browse files Browse the repository at this point in the history
  • Loading branch information
Sines committed Nov 16, 2017
1 parent b9660f6 commit 4940224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RNFS.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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}'
Expand Down

0 comments on commit 4940224

Please sign in to comment.