Skip to content

Commit

Permalink
removed osx-version from Podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
itinance committed Aug 3, 2017
1 parent 3eae881 commit f0e5fa6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions RNFS.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ Pod::Spec.new do |s|
s.license = pjson["license"]
s.author = { "Johannes Lumpe" => "johannes@lum.pe" }

s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.10'
s.ios.deployment_target = '9.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 f0e5fa6

Please sign in to comment.