We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c18ff5 commit 2b3b43fCopy full SHA for 2b3b43f
libwebp.podspec
@@ -5,7 +5,7 @@ Pod::Spec.new do |s|
5
s.homepage = 'https://developers.google.com/speed/webp/'
6
s.authors = 'Google Inc.'
7
s.license = { :type => 'BSD', :file => 'COPYING' }
8
- 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 }
9
10
s.compiler_flags = '-D_THREAD_SAFE'
11
s.requires_arc = false
0 commit comments