add podspec

This commit is contained in:
Keith Grennan 2016-02-17 09:51:34 -08:00
parent 6f08e68b8e
commit 48b7f5b5b3
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