Change CocoaPods git url to the GitHub mirror instead of Google Source. Match the SwiftPM and Carthage

This commit is contained in:
lizhuoli 2021-09-30 16:47:33 +08:00
parent 5c18ff535d
commit 2b3b43faae
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ Pod::Spec.new do |s|
s.homepage = 'https://developers.google.com/speed/webp/'
s.authors = 'Google Inc.'
s.license = { :type => 'BSD', :file => 'COPYING' }
s.source = { :git => 'https://chromium.googlesource.com/webm/libwebp', :tag => 'v' + s.version.to_s }
s.source = { :git => 'https://github.com/webmproject/libwebp.git', :tag => 'v' + s.version.to_s }
s.compiler_flags = '-D_THREAD_SAFE'
s.requires_arc = false