Skip to content

Commit 49997b2

Browse files
committed
Release 1.0.1
1 parent 0b7cbe2 commit 49997b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FLAnimatedImage.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "FLAnimatedImage"
3-
spec.version = "1.0.0"
3+
spec.version = "1.0.1"
44
spec.summary = "Performant animated GIF engine for iOS"
55
spec.description = <<-DESC
66
- Plays multiple GIFs simultaneously with a playback speed comparable to desktop browsers
@@ -18,7 +18,7 @@ Pod::Spec.new do |spec|
1818
spec.author = { "Raphael Schaad" => "[email protected]" }
1919
spec.social_media_url = "https://twitter.com/raphaelschaad"
2020
spec.platform = :ios, "5.0"
21-
spec.source = { :git => "https://github.com/Flipboard/FLAnimatedImage.git", :tag => "1.0.0" }
21+
spec.source = { :git => "https://github.com/Flipboard/FLAnimatedImage.git", :tag => "1.0.1" }
2222
spec.source_files = "FLAnimatedImageDemo/FLAnimatedImage", "FLAnimatedImageDemo/FLAnimatedImage/**/*.{h,m}"
2323
spec.frameworks = "QuartzCore", "ImageIO", "MobileCoreServices", "CoreGraphics"
2424
spec.requires_arc = true

0 commit comments

Comments
 (0)