[Podspec] Fix the git source link in the podspec

This commit is contained in:
Mark Miyashita 2016-04-07 16:47:10 -07:00
parent 5bb20b6f9b
commit cc731c41bd

View File

@ -3,12 +3,12 @@ Pod::Spec.new do |s|
s.version = "0.7.1"
s.summary = "A <Video /> element for react-native"
s.homepage = "https://github.com:brentvatne/react-native-video"
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 = { :git => "https://github.com/brentvatne/react-native-video" }
s.source_files = "*.{h,m}"