Skip to content

Commit

Permalink
Change CocoaPods git url to the GitHub mirror instead of Google Sourc…
Browse files Browse the repository at this point in the history
…e. Match the SwiftPM and Carthage
  • Loading branch information
lizhuoli committed Sep 30, 2021
1 parent 5c18ff5 commit 2b3b43f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libwebp.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2b3b43f

Please sign in to comment.