From 21c827c71104f0564a54beb29599a138b5b2feb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=B4=8B=E6=B4=8B?= Date: Wed, 10 May 2023 18:27:31 +0800 Subject: [PATCH] Release 0.0.3 --- SensorsThirdParty.podspec | 1 - 1 file changed, 1 deletion(-) diff --git a/SensorsThirdParty.podspec b/SensorsThirdParty.podspec index 1bff924..c5f6012 100644 --- a/SensorsThirdParty.podspec +++ b/SensorsThirdParty.podspec @@ -7,7 +7,6 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/sensorsdata/SensorsThirdParty.git', :tag => 'v' + s.version.to_s} s.author = 'Sensors Data' s.ios.deployment_target = '9.0' - s.osx.deployment_target = '10.11' s.frameworks = 'Foundation' s.dependency 'SensorsAnalyticsSDK' s.default_subspec = 'Core'