From 3dc2f739f5e79430cd01c7beb3626f69582b5ebe Mon Sep 17 00:00:00 2001 From: Raphael Schaad Date: Sat, 30 Jan 2021 21:20:45 +0100 Subject: [PATCH] Bump minimum iOS verison from 6 to 9 (8 isn't even supported anymore) --- FLAnimatedImage.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FLAnimatedImage.podspec b/FLAnimatedImage.podspec index 7b9f78d9..7a2a399a 100644 --- a/FLAnimatedImage.podspec +++ b/FLAnimatedImage.podspec @@ -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" => "raphael.schaad@gmail.com" } - 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"