Skip to content

Commit

Permalink
Install dependendencies via cocoapods
Browse files Browse the repository at this point in the history
  • Loading branch information
n1ru4l committed Mar 4, 2018
1 parent 4bf56cd commit d05b575
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ local.properties
# node.js
#
node_modules/
npm-debug.log
*.log

# yarn
yarn.lock
Expand Down
6 changes: 0 additions & 6 deletions .gitmodules

This file was deleted.

1 change: 0 additions & 1 deletion ios/Vendor/DVAssetLoaderDelegate
Submodule DVAssetLoaderDelegate deleted from bf88bc
1 change: 0 additions & 1 deletion ios/Vendor/SPTPersistentCache
Submodule SPTPersistentCache deleted from 740053
4 changes: 3 additions & 1 deletion react-native-video.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@ 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}" }

s.source_files = "ios/*.{h,m}"

s.dependency "React"
s.dependency "SPTPersistentCache", "1.1.0"
s.dependency "DVAssetLoaderDelegate", "0.3.1"
end

0 comments on commit d05b575

Please sign in to comment.