We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cbe051 commit 22e7583Copy full SHA for 22e7583
RNCAsyncStorage.podspec
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
10
11
s.authors = package['author']
12
s.homepage = package['homepage']
13
- s.platforms = { :ios => "9.0", :tvos => "9.2" }
+ s.platforms = { :ios => "9.0", :tvos => "9.2", :osx => "10.14" }
14
15
s.source = { :git => "https://github.com/react-native-community/react-native-async-storage.git", :tag => "v#{s.version}" }
16
s.source_files = "ios/**/*.{h,m}"
0 commit comments