Change CocoaPods git url to the GitHub mirror instead of Google Source. Match the SwiftPM and Carthage
This commit is contained in:
parent
5c18ff535d
commit
2b3b43faae
|
@ -5,7 +5,7 @@ Pod::Spec.new do |s|
|
||||||
s.homepage = 'https://developers.google.com/speed/webp/'
|
s.homepage = 'https://developers.google.com/speed/webp/'
|
||||||
s.authors = 'Google Inc.'
|
s.authors = 'Google Inc.'
|
||||||
s.license = { :type => 'BSD', :file => 'COPYING' }
|
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.compiler_flags = '-D_THREAD_SAFE'
|
||||||
s.requires_arc = false
|
s.requires_arc = false
|
||||||
|
|
Loading…
Reference in New Issue