From f8d0bc509d81d16a6a1de9d3291ea442e1ad14de Mon Sep 17 00:00:00 2001 From: YoloMao Date: Tue, 31 Oct 2023 17:26:21 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BE=9D=E8=B5=96=E9=A1=B9=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E9=99=90=E5=88=B6=E9=9C=80=E5=90=8C=E6=97=B6=E5=85=BC?= =?UTF-8?q?=E5=AE=B9=20SDK=203.x=20=E5=92=8C=20SDK=204.x?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- GrowingToolsKit.podspec | 6 +++--- Package.swift | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/GrowingToolsKit.podspec b/GrowingToolsKit.podspec index 6cc0d87..c84741b 100644 --- a/GrowingToolsKit.podspec +++ b/GrowingToolsKit.podspec @@ -104,21 +104,21 @@ TODO: Add long description of the pod here. s.subspec 'APMCore' do |apm| apm.source_files = 'Sources/APMCore/**/*{.h,.m,.c,.cpp,.mm}' apm.dependency 'GrowingToolsKit/Core' - apm.dependency 'GrowingAPM/Core', '~> 1.0.0' + apm.dependency 'GrowingAPM/Core' end s.subspec 'CrashMonitor' do |monitor| monitor.source_files = 'Sources/CrashMonitor/**/*{.h,.m,.c,.cpp,.mm}' monitor.public_header_files = 'Sources/CrashMonitor/Public/*.h' monitor.dependency 'GrowingToolsKit/APMCore' - monitor.dependency 'GrowingAPM/CrashMonitor', '~> 1.0.0' + monitor.dependency 'GrowingAPM/CrashMonitor' end s.subspec 'LaunchTime' do |monitor| monitor.source_files = 'Sources/LaunchTime/**/*{.h,.m,.c,.cpp,.mm}' monitor.public_header_files = 'Sources/LaunchTime/Public/*.h' monitor.dependency 'GrowingToolsKit/APMCore' - monitor.dependency 'GrowingAPM/UIMonitor', '~> 1.0.0' + monitor.dependency 'GrowingAPM/UIMonitor' end s.subspec 'Settings' do |settings| diff --git a/Package.swift b/Package.swift index b94dab7..55d25cb 100644 --- a/Package.swift +++ b/Package.swift @@ -39,7 +39,7 @@ let package = Package( dependencies: [ .package( url: "https://github.com/growingio/growingio-sdk-ios-performance-ext.git", - "1.0.0" ..< "2.0.0" + "0.0.14" ..< "2.0.0" ), ], targets: [