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) 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