From c9a8aa37433c5b24a67859b624c0d4b508548be0 Mon Sep 17 00:00:00 2001 From: Vajra Date: Tue, 5 Sep 2023 17:46:02 +0800 Subject: [PATCH] update to 7.2.3 --- YZAppSDK.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/YZAppSDK.podspec b/YZAppSDK.podspec index bd93baf..6d03d41 100644 --- a/YZAppSDK.podspec +++ b/YZAppSDK.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.name = "YZAppSDK" - s.version = "7.2.1" + s.version = "7.2.3" s.summary = "An AppSDK for Youzanyun." s.description = 'There are praise cloud AppSDK is for mobile applications to build the electricity trading system' \ 'through an SDK will be able to integrate in the APP to provide the entire transaction services.' @@ -21,7 +21,7 @@ Pod::Spec.new do |s| s.frameworks = 'WebKit', 'UIKit', 'Foundation' s.requires_arc = true - s.ios.deployment_target = "8.0" + s.ios.deployment_target = "11.0" s.default_subspec = 'Base' s.pod_target_xcconfig = {