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 f8d6ead + a1681e8 commit 5a44728Copy full SHA for 5a44728
ReactNativePermissions.podspec
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
11
s.authors = package["author"]
12
s.homepage = package["homepage"]
13
14
- s.platform = :ios, "9.0"
+ s.platforms = { :ios => "9.0", :tvos => "11.0" }
15
s.requires_arc = true
16
17
s.source = { :git => package["repository"]["url"], :tag => s.version }
0 commit comments