Skip to content

Commit

Permalink
Add support for react-native-macos
Browse files Browse the repository at this point in the history
  • Loading branch information
hsjoberg committed Apr 18, 2022
1 parent 11082d0 commit 91acf61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion RNSecureRandom.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ Pod::Spec.new do |s|
s.homepage = package["homepage"]
s.license = package["license"]
s.author = { "Rob Hogan" => "npm@rhogan.net" }
s.platform = :ios, "7.0"
s.platform = :ios, "7.0", :osx: "10.7"
s.osx.deployment_target = "10.7"
s.source = { :git => "https://github.com/rh389/react-native-securerandom.git", :tag => "master" }
s.source_files = "ios/RNSecureRandom.{h,m}"
s.requires_arc = true
Expand Down

0 comments on commit 91acf61

Please sign in to comment.