Skip to content

Commit

Permalink
feat(alpha0010#7): update podspec to include macos target
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusz1913 committed May 10, 2021
1 parent 43c6fea commit 102ee53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-native-file-access.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
s.license = package["license"]
s.authors = package["author"]

s.platforms = { :ios => "9.0" }
s.platforms = { :ios => "9.0", :osx => "10.10" }
s.source = { :git => "https://github.com/alpha0010/react-native-file-access.git", :tag => "#{s.version}" }


Expand Down

0 comments on commit 102ee53

Please sign in to comment.