diff --git a/CHANGES b/CHANGES index d1357c4..74ad9cf 100644 --- a/CHANGES +++ b/CHANGES @@ -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) diff --git a/FLAnimatedImage.podspec b/FLAnimatedImage.podspec index fd203de..84ffd5f 100644 --- a/FLAnimatedImage.podspec +++ b/FLAnimatedImage.podspec @@ -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 @@ -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