-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump version to 1.0.16 and update CHANGES
- Loading branch information
1 parent
6cce290
commit e7f9fd4
Showing
2 changed files
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -17,7 +17,7 @@ Pod::Spec.new do |spec| | |
spec.license = { :type => "MIT", :file => "LICENSE" } | ||
spec.author = { "Raphael Schaad" => "[email protected]" } | ||
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 | ||
|