chore: update repository links (#3742)

This commit is contained in:
Krzysztof Moch
2024-05-07 17:25:09 +02:00
committed by GitHub
parent 8ad4be459b
commit cbdcbf2573
15 changed files with 22 additions and 24 deletions

View File

@@ -12,8 +12,8 @@ Pod::Spec.new do |s|
s.license = package['license']
s.author = package['author']
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.homepage = 'https://github.com/TheWidlarzGroup/react-native-video'
s.source = { :git => "https://github.com/TheWidlarzGroup/react-native-video.git", :tag => "v#{s.version}" }
s.platforms = { :ios => "13.0", :tvos => "13.0", :visionos => "1.0" }
s.subspec "Video" do |ss|