Skip to content

Commit 293dd05

Browse files
committed
add macos as supported platform
1 parent 71b592c commit 293dd05

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)