From 33c8004553ca6e6675daa13cfa93c698aeac479b Mon Sep 17 00:00:00 2001 From: will Date: Tue, 11 Jun 2024 15:46:07 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3xcode14=E4=BB=A5=E4=B8=8A?= =?UTF-8?q?=E6=89=BE=E4=B8=8D=E5=88=B0libarclite=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98=EF=BC=8C=E4=BD=8E=E4=BA=8EiOS11=EF=BC=8C=E7=BC=BA?= =?UTF-8?q?=E5=B0=91libarclite=E5=BA=93=E3=80=82=E5=A2=9E=E5=8A=A0tag3.1.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HAccess.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HAccess.podspec b/HAccess.podspec index 42c909b..399d512 100644 --- a/HAccess.podspec +++ b/HAccess.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| s.name = "HAccess" - s.version = "3.1.4" + s.version = "3.1.5" s.summary = "A short description of HAccess." s.description = <<-DESC @@ -24,7 +24,7 @@ Pod::Spec.new do |s| s.requires_arc = true - s.ios.deployment_target = '9.0' + s.ios.deployment_target = '11.0' s.default_subspec = 'Network'