Skip to content

Commit 3fe766c

Browse files
author
Oscar Franco
authored
🎉 Add macOS as a supported platform (LinusU#14)
1 parent e008157 commit 3fe766c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react-native-get-random-values.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
1010
s.homepage = "https://github.com/LinusU/react-native-get-random-values"
1111
s.license = "MIT"
1212
s.authors = { "Linus Unnebäck" => "linus@folkdatorn.se" }
13-
s.platforms = { :ios => "9.0", :tvos => "9.0" }
13+
s.platforms = { :ios => "9.0", :tvos => "9.0", :osx => "10.14" }
1414
s.source = { :git => "https://github.com/LinusU/react-native-get-random-values.git", :tag => "v#{s.version}" }
1515

1616
s.source_files = "ios/**/*.{h,m,swift}"

0 commit comments

Comments
 (0)