Skip to content

Commit c8b280c

Browse files
authored
fix(macOS): Ensure Cocoapods installation works on macOS (#366 by @Simek)
1 parent 2844ca9 commit c8b280c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react-native-netinfo.podspec

Lines changed: 1 addition & 1 deletion
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-netinfo.git", :tag => "v#{s.version}" }
1616
s.source_files = "ios/**/*.{h,m}"

0 commit comments

Comments
 (0)