Skip to content

Commit 2b3b43f

Browse files
author
lizhuoli
committed
Change CocoaPods git url to the GitHub mirror instead of Google Source. Match the SwiftPM and Carthage
1 parent 5c18ff5 commit 2b3b43f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libwebp.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Pod::Spec.new do |s|
55
s.homepage = 'https://developers.google.com/speed/webp/'
66
s.authors = 'Google Inc.'
77
s.license = { :type => 'BSD', :file => 'COPYING' }
8-
s.source = { :git => 'https://chromium.googlesource.com/webm/libwebp', :tag => 'v' + s.version.to_s }
8+
s.source = { :git => 'https://github.com/webmproject/libwebp.git', :tag => 'v' + s.version.to_s }
99

1010
s.compiler_flags = '-D_THREAD_SAFE'
1111
s.requires_arc = false

0 commit comments

Comments
 (0)