Skip to content

Commit

Permalink
Bump version to 1.0.16 and update CHANGES
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelschaad committed Apr 22, 2021
1 parent 6cce290 commit e7f9fd4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
= 1.0.16 (2021-04-21)

* Add support for Swift Packet Manager (SPM) (Bennie Botha @bennie-atlassian)

* Fix warnings and bump min version to iOS 9 (Raphael Schaad @raphaelschaad)

= 1.0.15 (2021-01-30)

* Release long-overdue new version including multiple small fixes (Raphael Schaad @raphaelschaad)
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.15"
spec.version = "1.0.16"
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 @@ -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.15" }
spec.source = { :git => "https://github.com/Flipboard/FLAnimatedImage.git", :tag => "1.0.16" }
spec.source_files = "FLAnimatedImage/**/*.{h,m}"
spec.frameworks = "QuartzCore", "ImageIO", "CoreGraphics"
spec.requires_arc = true
Expand Down

0 comments on commit e7f9fd4

Please sign in to comment.