From d4f07b6f164d53c1212c3e54d6460738b1981e9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chaoshuai=20L=C3=BC?= Date: Wed, 27 Jul 2022 15:55:13 -0700 Subject: [PATCH] Update FLAnimatedImage.podspec --- FLAnimatedImage.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FLAnimatedImage.podspec b/FLAnimatedImage.podspec index bf2237b..66520be 100644 --- a/FLAnimatedImage.podspec +++ b/FLAnimatedImage.podspec @@ -17,7 +17,7 @@ Pod::Spec.new do |spec| spec.license = { :type => "MIT", :file => "LICENSE" } spec.author = { "Raphael Schaad" => "raphael.schaad@gmail.com" } spec.platform = :ios, "9.0" - spec.source = { :git => "https://github.com/Flipboard/FLAnimatedImage.git", :tag => "1.0.16" } + spec.source = { :git => "https://github.com/Flipboard/FLAnimatedImage.git", :tag => "1.0.17" } spec.source_files = "FLAnimatedImage/**/*.{h,m}" spec.frameworks = "QuartzCore", "ImageIO", "CoreGraphics" spec.requires_arc = true