mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-03-29 17:18:33 +08:00
Adds tvOS platform to the Podspec (#157)
* Add tvOS platform * Correct Podspec
This commit is contained in:
committed by
Krzysztof Magiera
parent
c1540d395b
commit
5281c1b553
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user