From 64ef64aefe3067d863f2be0fd761bc7b4932c008 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?eagleychen=28=E9=99=88=E9=B9=B0=29?= Date: Thu, 27 May 2021 17:47:46 +0800 Subject: [PATCH] =?UTF-8?q?=E9=99=8D=E4=BD=8Eios=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TIoTLinkThirdPartyKit.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TIoTLinkThirdPartyKit.podspec b/TIoTLinkThirdPartyKit.podspec index 9f6c134..3729c2b 100644 --- a/TIoTLinkThirdPartyKit.podspec +++ b/TIoTLinkThirdPartyKit.podspec @@ -12,7 +12,7 @@ Pod::Spec.new do |s| s.author = { 'tonychanchen@gmail.com' => 'tonychanchen@gmail.com' } s.source = { :git => 'https://github.com/tencentyun/iot-thirdparty-ios.git', :tag => s.version.to_s } - s.ios.deployment_target = '10.0' + s.ios.deployment_target = '9.0' # s.pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-all_load' } # s.static_framework = true s.default_subspec = 'Default'