Skip to content

Commit

Permalink
fix: Pods installation on macOS (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
Simek committed May 23, 2020
1 parent 1cbe051 commit 22e7583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RNCAsyncStorage.podspec
Expand Up @@ -10,7 +10,7 @@ Pod::Spec.new do |s|

s.authors = package['author']
s.homepage = package['homepage']
s.platforms = { :ios => "9.0", :tvos => "9.2" }
s.platforms = { :ios => "9.0", :tvos => "9.2", :osx => "10.14" }

s.source = { :git => "https://github.com/react-native-community/react-native-async-storage.git", :tag => "v#{s.version}" }
s.source_files = "ios/**/*.{h,m}"
Expand Down

0 comments on commit 22e7583

Please sign in to comment.