Skip to content

Commit f30fc4a

Browse files
authored
🎉 Add support for the tvos platform (#5)
1 parent ff8c437 commit f30fc4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react-native-get-random-values.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
1010
s.homepage = "https://github.com/LinusU/react-native-get-random-values"
1111
s.license = "MIT"
1212
s.authors = { "Linus Unnebäck" => "linus@folkdatorn.se" }
13-
s.platforms = { :ios => "9.0" }
13+
s.platforms = { :ios => "9.0", :tvos => "9.0" }
1414
s.source = { :git => "https://github.com/LinusU/react-native-get-random-values.git", :tag => "v#{s.version}" }
1515

1616
s.source_files = "ios/**/*.{h,m,swift}"

0 commit comments

Comments
 (0)