Skip to content

Commit

Permalink
Merge branch 'colin/smart-invert-colors'
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin Caufield committed Sep 11, 2017
2 parents bd90caa + 11793a1 commit 2c04c1a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions FLAnimatedImage.podspec
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit 2c04c1a

Please sign in to comment.