From 306495b4fcc536d22e7ecbcaacfad91ebc76cabb Mon Sep 17 00:00:00 2001 From: Egor Yurtaev Date: Sun, 19 Jul 2020 19:16:15 +0800 Subject: [PATCH] Add tvOS to platforms --- RNConfigReader.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RNConfigReader.podspec b/RNConfigReader.podspec index 854a303..29d0ead 100644 --- a/RNConfigReader.podspec +++ b/RNConfigReader.podspec @@ -10,7 +10,7 @@ Pod::Spec.new do |s| s.license = "MIT" # s.license = { :type => "MIT", :file => "FILE_LICENSE" } s.author = { "author" => "author@domain.cn" } - s.platform = :ios, "7.0" + s.platforms = { :ios => "7.0", :tvos => "9.2" } s.source = { :git => "https://github.com/author/RNConfigReader.git", :tag => "master" } s.source_files = 'ios/**/*' s.requires_arc = true