We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0a79f7 commit d4f07b6Copy full SHA for d4f07b6
FLAnimatedImage.podspec
@@ -17,7 +17,7 @@ Pod::Spec.new do |spec|
17
spec.license = { :type => "MIT", :file => "LICENSE" }
18
spec.author = { "Raphael Schaad" => "raphael.schaad@gmail.com" }
19
spec.platform = :ios, "9.0"
20
- spec.source = { :git => "https://github.com/Flipboard/FLAnimatedImage.git", :tag => "1.0.16" }
+ spec.source = { :git => "https://github.com/Flipboard/FLAnimatedImage.git", :tag => "1.0.17" }
21
spec.source_files = "FLAnimatedImage/**/*.{h,m}"
22
spec.frameworks = "QuartzCore", "ImageIO", "CoreGraphics"
23
spec.requires_arc = true
0 commit comments