[TvOS] Add tvOS target

This commit is contained in:
Julien Karst
2017-06-19 13:58:30 +02:00
parent 35c6bb4858
commit d359118c73
2 changed files with 99 additions and 1 deletions
+2 -1
View File
@@ -9,7 +9,8 @@ Pod::Spec.new do |s|
s.summary = "A <LinearGradient /> component for react-native"
s.license = "MIT"
s.author = { "Brent Vatne" => "brentvatne@gmail.com" }
s.platform = :ios, "7.0"
s.ios.deployment_target = '7.0'
s.tvos.deployment_target = '9.0'
s.source = { :git => "https://github.com/brentvatne/react-native-linear-gradient.git", :tag => "#{s.version}" }
s.source_files = 'BVLinearGradient/*.{h,m}'
s.preserve_paths = "**/*.js"