Update repo org references to react-native-video

This commit is contained in:
Frieder Bluemle
2022-04-20 11:33:19 -07:00
parent 37953658b2
commit 95d1454630
3 changed files with 6 additions and 6 deletions

View File

@@ -9,8 +9,8 @@ Pod::Spec.new do |s|
s.description = package['description']
s.license = package['license']
s.author = package['author']
s.homepage = 'https://github.com/react-native-community/react-native-video'
s.source = { :git => "https://github.com/react-native-community/react-native-video.git", :tag => "#{s.version}" }
s.homepage = 'https://github.com/react-native-video/react-native-video'
s.source = { :git => "https://github.com/react-native-video/react-native-video.git", :tag => "v#{s.version}" }
s.ios.deployment_target = "8.0"
s.tvos.deployment_target = "9.0"