From 6ed7142a39dfc6a20fc01c8b9debca67066a46c7 Mon Sep 17 00:00:00 2001 From: iainchen Date: Mon, 7 Aug 2023 15:57:00 +0800 Subject: [PATCH] no message --- MangoFix.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MangoFix.podspec b/MangoFix.podspec index 59d2e45..6e4b698 100644 --- a/MangoFix.podspec +++ b/MangoFix.podspec @@ -8,7 +8,7 @@ DESC s.homepage = "https://github.com/YPLiang19/Mango" s.license = "MIT" s.author = { "Yong PengLiang" => "yong_pliang@163.com" } -s.ios.deployment_target = "9.0" +s.ios.deployment_target = "11.0" s.source = { :git => "https://github.com/YPLiang19/Mango.git", :tag => "#{s.version}" } s.pod_target_xcconfig = { 'GCC_INPUT_FILETYPE' => 'sourcecode.c.objc' } s.source_files = "MangoFix/**/*.{h,m,c,y,l}"