add podspec
This commit is contained in:
parent
6f08e68b8e
commit
48b7f5b5b3
@ -19,7 +19,8 @@
|
||||
"RCTVideoManager.m",
|
||||
"README.md",
|
||||
"Video.js",
|
||||
"VideoResizeMode.js"
|
||||
"VideoResizeMode.js",
|
||||
"react-native-video.podspec"
|
||||
],
|
||||
"contributors": [
|
||||
{
|
||||
|
16
react-native-video.podspec
Normal file
16
react-native-video.podspec
Normal file
@ -0,0 +1,16 @@
|
||||
Pod::Spec.new do |s|
|
||||
s.name = "react-native-video"
|
||||
s.version = "0.7.1"
|
||||
s.summary = "A <Video /> element for react-native"
|
||||
|
||||
s.homepage = "https://github.com:brentvatne/react-native-video"
|
||||
|
||||
s.license = "MIT"
|
||||
s.platform = :ios, "8.0"
|
||||
|
||||
s.source = { :git => "https://github.com:brentvatne/react-native-video" }
|
||||
|
||||
s.source_files = "*.{h,m}"
|
||||
|
||||
s.dependency 'React'
|
||||
end
|
Loading…
Reference in New Issue
Block a user