From 333745e65f4dff3fc366e38ebd69767d72efb8de Mon Sep 17 00:00:00 2001 From: Ely Deckers Date: Sat, 3 Jul 2021 13:27:14 +0200 Subject: [PATCH] Change minimal iOS deployment target to 9.0 --- MimeParser.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MimeParser.podspec b/MimeParser.podspec index f5480be..489e9e7 100644 --- a/MimeParser.podspec +++ b/MimeParser.podspec @@ -11,7 +11,7 @@ Pod::Spec.new do |s| s.license = { :type => "MIT", :file => "LICENSE" } s.author = "miximka" - s.ios.deployment_target = "10.3" + s.ios.deployment_target = "9.0" s.osx.deployment_target = "10.12" s.source = { :git => "https://github.com/miximka/MimeParser.git", :tag => "#{s.version}" }