Skip to content

Commit 5a44728

Browse files
authored
Merge pull request #322 from hufkens/master
Add the tvOS platform to the podspec
2 parents f8d6ead + a1681e8 commit 5a44728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReactNativePermissions.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.authors = package["author"]
1212
s.homepage = package["homepage"]
1313

14-
s.platform = :ios, "9.0"
14+
s.platforms = { :ios => "9.0", :tvos => "11.0" }
1515
s.requires_arc = true
1616

1717
s.source = { :git => package["repository"]["url"], :tag => s.version }

0 commit comments

Comments
 (0)