From 7578d66579df3aa3a7bd2f7412a8395dd9a4e9d5 Mon Sep 17 00:00:00 2001 From: Colin Caufield Date: Mon, 25 Sep 2017 13:14:28 -0700 Subject: [PATCH] Update podspec for 1.0.14. --- FLAnimatedImage.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FLAnimatedImage.podspec b/FLAnimatedImage.podspec index eea84ca4..54f2936f 100644 --- a/FLAnimatedImage.podspec +++ b/FLAnimatedImage.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "FLAnimatedImage" - spec.version = "1.0.13" + spec.version = "1.0.14" spec.summary = "Performant animated GIF engine for iOS" spec.description = <<-DESC - Plays multiple GIFs simultaneously with a playback speed comparable to desktop browsers @@ -18,7 +18,7 @@ Pod::Spec.new do |spec| spec.author = { "Raphael Schaad" => "raphael.schaad@gmail.com" } spec.social_media_url = "https://twitter.com/raphaelschaad" spec.platform = :ios, "6.0" - spec.source = { :git => "https://github.com/Flipboard/FLAnimatedImage.git", :tag => "1.0.13" } + spec.source = { :git => "https://github.com/Flipboard/FLAnimatedImage.git", :tag => "1.0.14" } spec.source_files = "FLAnimatedImage/**/*.{h,m}" spec.frameworks = "QuartzCore", "ImageIO", "MobileCoreServices", "CoreGraphics" spec.requires_arc = true