We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d60ec22 commit b6bc5b7Copy full SHA for b6bc5b7
1 file changed
RNSecureRandom.podspec
@@ -10,7 +10,8 @@ Pod::Spec.new do |s|
10
s.homepage = package["homepage"]
11
s.license = package["license"]
12
s.author = { "Rob Hogan" => "npm@rhogan.net" }
13
- s.platform = :ios, "7.0"
+ s.platform = :ios, "7.0", :osx, "10.9"
14
+ s.osx.deployment_target = "10.9"
15
s.source = { :git => "https://github.com/robhogan/react-native-securerandom.git", :tag => "master" }
16
s.source_files = "ios/RNSecureRandom.{h,m}"
17
s.requires_arc = true
0 commit comments