From 7bf139d4c2f9378e4fe6cb405efb2081195db1e2 Mon Sep 17 00:00:00 2001 From: Colin Caufield Date: Mon, 11 Sep 2017 13:33:51 -0700 Subject: [PATCH 1/2] Update CHANGES for 1.0.13 --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index 3682cecc..83c5ea0d 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ += 1.0.13 (2017-09-11) + + * Prevent FLAnimatedImageView from inverting on iOS 11 when Smart Invert Colors is enabled (Colin Caufield @cjcaufield) + = 1.0.12 (2016-02-19) * Fix crash triggered by using certain FLAnimatedImageView initializers (Tim Johnsen @timonus) From 11793a193cd5453004fcae3f61328cc7115adfe8 Mon Sep 17 00:00:00 2001 From: Colin Caufield Date: Mon, 11 Sep 2017 13:56:44 -0700 Subject: [PATCH 2/2] Update podspec to 1.0.13 --- FLAnimatedImage.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FLAnimatedImage.podspec b/FLAnimatedImage.podspec index 0647055a..eea84ca4 100644 --- a/FLAnimatedImage.podspec +++ b/FLAnimatedImage.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "FLAnimatedImage" - spec.version = "1.0.12" + spec.version = "1.0.13" 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.12" } + spec.source = { :git => "https://github.com/Flipboard/FLAnimatedImage.git", :tag => "1.0.13" } spec.source_files = "FLAnimatedImage/**/*.{h,m}" spec.frameworks = "QuartzCore", "ImageIO", "MobileCoreServices", "CoreGraphics" spec.requires_arc = true