Skip to content

Commit 22e7583

Browse files
authored
fix: Pods installation on macOS (#365)
1 parent 1cbe051 commit 22e7583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RNCAsyncStorage.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
1010

1111
s.authors = package['author']
1212
s.homepage = package['homepage']
13-
s.platforms = { :ios => "9.0", :tvos => "9.2" }
13+
s.platforms = { :ios => "9.0", :tvos => "9.2", :osx => "10.14" }
1414

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

0 commit comments

Comments
 (0)