Added tvOS paltform support (#682)

* [tvOS] Update podspec

* [tvOS] Add tvOS target

* Update README.md

* [docs] Folder that contains pictures and content for documentation

* tvOS Readme

* [JPEG] Update image to JPEG
This commit is contained in:
Julien K
2017-07-20 19:35:58 +02:00
committed by Matt Apperson
parent 7f2cd8751a
commit b303f991ce
7 changed files with 127 additions and 1 deletions

View File

@@ -11,7 +11,9 @@ Pod::Spec.new do |s|
s.homepage = "https://github.com/brentvatne/react-native-video"
s.license = "MIT"
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-video.git", :tag => "#{s.version}" }