Skip to content

Commit 91acf61

Browse files
committed
Add support for react-native-macos
1 parent 11082d0 commit 91acf61

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

RNSecureRandom.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Pod::Spec.new do |s|
1010
s.homepage = package["homepage"]
1111
s.license = package["license"]
1212
s.author = { "Rob Hogan" => "[email protected]" }
13-
s.platform = :ios, "7.0"
13+
s.platform = :ios, "7.0", :osx: "10.7"
14+
s.osx.deployment_target = "10.7"
1415
s.source = { :git => "https://github.com/rh389/react-native-securerandom.git", :tag => "master" }
1516
s.source_files = "ios/RNSecureRandom.{h,m}"
1617
s.requires_arc = true

0 commit comments

Comments
 (0)