Skip to content

Commit

Permalink
Bump minimum iOS verison from 6 to 9 (8 isn't even supported anymore)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelschaad committed Jan 30, 2021
1 parent 33770b9 commit 3dc2f73
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 @@ -16,7 +16,7 @@ Pod::Spec.new do |spec|
spec.screenshots = "https://github.com/Flipboard/FLAnimatedImage/raw/master/images/flanimatedimage-demo-player.gif"
spec.license = { :type => "MIT", :file => "LICENSE" }
spec.author = { "Raphael Schaad" => "[email protected]" }
spec.platform = :ios, "6.0"
spec.platform = :ios, "9.0"
spec.source = { :git => "https://github.com/Flipboard/FLAnimatedImage.git", :tag => "1.0.14" }
spec.source_files = "FLAnimatedImage/**/*.{h,m}"
spec.frameworks = "QuartzCore", "ImageIO", "CoreGraphics"
Expand Down

0 comments on commit 3dc2f73

Please sign in to comment.