Install dependendencies via cocoapods

This commit is contained in:
Laurin Quast 2018-03-04 23:40:59 +01:00
parent 4bf56cd8f1
commit d05b57521e
5 changed files with 4 additions and 10 deletions

2
.gitignore vendored
View File

@ -33,7 +33,7 @@ local.properties
# node.js
#
node_modules/
npm-debug.log
*.log
# yarn
yarn.lock

6
.gitmodules vendored
View File

@ -1,6 +0,0 @@
[submodule "ios/Vendor/SPTPersistentCache"]
path = ios/Vendor/SPTPersistentCache
url = https://github.com/spotify/SPTPersistentCache.git
[submodule "ios/Vendor/DVAssetLoaderDelegate"]
path = ios/Vendor/DVAssetLoaderDelegate
url = https://github.com/vdugnist/DVAssetLoaderDelegate.git

@ -1 +0,0 @@
Subproject commit bf88bc7659144c45ffa3592832d3608ac87cc57e

@ -1 +0,0 @@
Subproject commit 740053c30923d5bc71d9b7ee011b7f5aeae15cf4

View File

@ -12,7 +12,7 @@ Pod::Spec.new do |s|
s.license = "MIT"
s.ios.deployment_target = "7.0"
s.ios.deployment_target = "8.0"
s.tvos.deployment_target = "9.0"
s.source = { :git => "https://github.com/brentvatne/react-native-video.git", :tag => "#{s.version}" }
@ -20,4 +20,6 @@ Pod::Spec.new do |s|
s.source_files = "ios/*.{h,m}"
s.dependency "React"
s.dependency "SPTPersistentCache", "1.1.0"
s.dependency "DVAssetLoaderDelegate", "0.3.1"
end