Adds tvOS platform to the Podspec (#157)

* Add tvOS platform

* Correct Podspec
This commit is contained in:
Alain Hufkens
2019-09-25 10:43:58 +02:00
committed by Krzysztof Magiera
parent c1540d395b
commit 5281c1b553

View File

@@ -13,7 +13,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 => "9.0", :tvos => "11.0" }
s.source = { :git => "https://github.com/kmagiera/react-native-screens.git", :tag => "#{s.version}" }
s.source_files = "ios/**/*.{h,m}"