Skip to content

Commit

Permalink
Update FLAnimatedImage.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
matrush committed Jul 27, 2022
1 parent e0a79f7 commit d4f07b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FLAnimatedImage.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.16" }
spec.source = { :git => "https://github.com/Flipboard/FLAnimatedImage.git", :tag => "1.0.17" }
spec.source_files = "FLAnimatedImage/**/*.{h,m}"
spec.frameworks = "QuartzCore", "ImageIO", "CoreGraphics"
spec.requires_arc = true
Expand Down

0 comments on commit d4f07b6

Please sign in to comment.