Skip to content

Commit 572c478

Browse files
authored
Add tvOS to platforms (#24)
1 parent 6469107 commit 572c478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RNConfigReader.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
1010
s.license = "MIT"
1111
# s.license = { :type => "MIT", :file => "FILE_LICENSE" }
1212
s.author = { "author" => "[email protected]" }
13-
s.platform = :ios, "7.0"
13+
s.platforms = { :ios => "7.0", :tvos => "9.2" }
1414
s.source = { :git => "https://github.com/author/RNConfigReader.git", :tag => "master" }
1515
s.source_files = 'ios/**/*'
1616
s.requires_arc = true

0 commit comments

Comments
 (0)