Skip to content

Commit

Permalink
Update podspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Johnsen committed Dec 12, 2015
1 parent 2c20820 commit 454317a
Showing 1 changed file with 2 additions and 2 deletions.
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.9"
spec.version = "1.0.10"
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.9" }
spec.source = { :git => "https://github.com/Flipboard/FLAnimatedImage.git", :tag => "1.0.10" }
spec.source_files = "FLAnimatedImage/**/*.{h,m}"
spec.frameworks = "QuartzCore", "ImageIO", "MobileCoreServices", "CoreGraphics"
spec.requires_arc = true
Expand Down

0 comments on commit 454317a

Please sign in to comment.