ソースを参照

Add tvOS support to Podspec

Alain Hufkens 5 年 前
コミット
a1681e88cb
No account linked to committer's email address
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      ReactNativePermissions.podspec

+ 1
- 1
ReactNativePermissions.podspec ファイルの表示

@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
11 11
   s.authors         = package["author"]
12 12
   s.homepage        = package["homepage"]
13 13
 
14
-  s.platform        = :ios, "9.0"
14
+  s.platforms       = { :ios => "9.0", :tvos => "11.0" }
15 15
   s.requires_arc    = true
16 16
 
17 17
   s.source          = { :git => package["repository"]["url"], :tag => s.version }