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.
1 parent 6469107 commit 572c478Copy full SHA for 572c478
RNConfigReader.podspec
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
10
s.license = "MIT"
11
# s.license = { :type => "MIT", :file => "FILE_LICENSE" }
12
s.author = { "author" => "author@domain.cn" }
13
- s.platform = :ios, "7.0"
+ s.platforms = { :ios => "7.0", :tvos => "9.2" }
14
s.source = { :git => "https://github.com/author/RNConfigReader.git", :tag => "master" }
15
s.source_files = 'ios/**/*'
16
s.requires_arc = true
0 commit comments