Install dependendencies via cocoapods
This commit is contained in:
parent
4bf56cd8f1
commit
d05b57521e
2
.gitignore
vendored
2
.gitignore
vendored
@ -33,7 +33,7 @@ local.properties
|
||||
# node.js
|
||||
#
|
||||
node_modules/
|
||||
npm-debug.log
|
||||
*.log
|
||||
|
||||
# yarn
|
||||
yarn.lock
|
||||
|
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -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
ios/Vendor/DVAssetLoaderDelegate
vendored
1
ios/Vendor/DVAssetLoaderDelegate
vendored
@ -1 +0,0 @@
|
||||
Subproject commit bf88bc7659144c45ffa3592832d3608ac87cc57e
|
1
ios/Vendor/SPTPersistentCache
vendored
1
ios/Vendor/SPTPersistentCache
vendored
@ -1 +0,0 @@
|
||||
Subproject commit 740053c30923d5bc71d9b7ee011b7f5aeae15cf4
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user