From 2b3b43faaef54d1b897482428428357b7f7cd08b Mon Sep 17 00:00:00 2001 From: lizhuoli Date: Thu, 30 Sep 2021 16:47:33 +0800 Subject: [PATCH] Change CocoaPods git url to the GitHub mirror instead of Google Source. Match the SwiftPM and Carthage --- libwebp.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libwebp.podspec b/libwebp.podspec index 54405c5..4d5d297 100644 --- a/libwebp.podspec +++ b/libwebp.podspec @@ -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