We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ca74ae commit 1550bf6Copy full SHA for 1550bf6
react-native-restart.podspec
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
10
s.license = package["license"]
11
s.authors = package["author"]
12
13
- s.platforms = { :ios => "9.0" }
+ s.platforms = { :ios => "9.0", :tvos => "11.0" }
14
s.source = { :git => "https://github.com/avishayil/react-native-restart.git", :tag => "#{s.version}" }
15
16
s.source_files = "ios/**/*.{h,m}"
0 commit comments