We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 71b592c + 293dd05 commit 90342feCopy full SHA for 90342fe
RNSha256.podspec
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
11
s.homepage = package["homepage"]
12
13
s.license = package["license"]
14
- s.platform = :ios, "8.0"
+ s.platforms = { :ios => "9.0", :osx => "10.14" }
15
16
s.source = { :git => "https://github.com/itinance/react-native-sha256.git", :tag => "#{s.version}" }
17
s.source_files = "ios/**/*.{h,m,swift}"
0 commit comments