Skip to content

Commit 90342fe

Browse files
authored
Merge pull request #33 from ryanlntn/support-macos
Add macOS as supported platform
2 parents 71b592c + 293dd05 commit 90342fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RNSha256.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
1111
s.homepage = package["homepage"]
1212

1313
s.license = package["license"]
14-
s.platform = :ios, "8.0"
14+
s.platforms = { :ios => "9.0", :osx => "10.14" }
1515

1616
s.source = { :git => "https://github.com/itinance/react-native-sha256.git", :tag => "#{s.version}" }
1717
s.source_files = "ios/**/*.{h,m,swift}"

0 commit comments

Comments
 (0)