From 4c0786ca9515958c5c29fa7d635f280515c7b8f1 Mon Sep 17 00:00:00 2001 From: VanQuvideo <89846734+VanQuvideo@users.noreply.github.com> Date: Mon, 29 Jan 2024 16:09:28 +0800 Subject: [PATCH 1/2] Update KingfisherWebP.podspec fix: change kingfisher dependence version --- KingfisherWebP.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KingfisherWebP.podspec b/KingfisherWebP.podspec index 22aadb1..78a6e9c 100644 --- a/KingfisherWebP.podspec +++ b/KingfisherWebP.podspec @@ -36,6 +36,6 @@ KingfisherWebP is an extension of the popular library [Kingfisher](https://githu 'USER_HEADER_SEARCH_PATHS' => '$(inherited) $(SRCROOT)/libwebp/src' } - s.dependency 'Kingfisher', '~> 7.8.1' + s.dependency 'Kingfisher', '~> 7.8' s.dependency 'libwebp', '>= 1.1.0' end From deb0a4a32c7f1886f4ba9ea4b326f86390135db3 Mon Sep 17 00:00:00 2001 From: VanQuvideo <89846734+VanQuvideo@users.noreply.github.com> Date: Tue, 30 Jan 2024 14:53:07 +0800 Subject: [PATCH 2/2] Update KingfisherWebP.podspec Co-authored-by: Yang Chao <6036532+yeatse@users.noreply.github.com> --- KingfisherWebP.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KingfisherWebP.podspec b/KingfisherWebP.podspec index 78a6e9c..899a959 100644 --- a/KingfisherWebP.podspec +++ b/KingfisherWebP.podspec @@ -36,6 +36,6 @@ KingfisherWebP is an extension of the popular library [Kingfisher](https://githu 'USER_HEADER_SEARCH_PATHS' => '$(inherited) $(SRCROOT)/libwebp/src' } - s.dependency 'Kingfisher', '~> 7.8' + s.dependency 'Kingfisher', '~> 7.9' s.dependency 'libwebp', '>= 1.1.0' end