react-native-video works on iOS 7.0

This commit is contained in:
Mark Miyashita 2016-04-07 16:55:42 -07:00
parent ef884acec7
commit d5bdd0bc35

View File

@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.homepage = "https://github.com/brentvatne/react-native-video"
s.license = "MIT"
s.platform = :ios, "8.0"
s.platform = :ios, "7.0"
s.source = { :git => "https://github.com/brentvatne/react-native-video.git", :tag => "#{s.version}" }