Merge pull request #151 from sprightco/master

add podspec
This commit is contained in:
Brent Vatne 2016-03-24 19:29:41 -07:00
commit eb9f811ea6
2 changed files with 18 additions and 1 deletions

View File

@ -19,7 +19,8 @@
"RCTVideoManager.m",
"README.md",
"Video.js",
"VideoResizeMode.js"
"VideoResizeMode.js",
"react-native-video.podspec"
],
"contributors": [
{

View 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