From 312bae5efa6e9d7435e231e2a9f0fe917d89662c Mon Sep 17 00:00:00 2001 From: Zeeshan Sheikh <64203935+zeeshanmakeen@users.noreply.github.com> Date: Thu, 4 Jul 2024 17:59:19 +0500 Subject: [PATCH] Update AmazonLocationiOSTrackingSDK.podspec --- AmazonLocationiOSTrackingSDK.podspec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/AmazonLocationiOSTrackingSDK.podspec b/AmazonLocationiOSTrackingSDK.podspec index 2bb4200..4fc7c51 100644 --- a/AmazonLocationiOSTrackingSDK.podspec +++ b/AmazonLocationiOSTrackingSDK.podspec @@ -18,10 +18,10 @@ Pod::Spec.new do |s| s.requires_arc = true # Dependencies - s.dependency 'KeychainSwift', '~> 20.0.0' - s.spm_dependency "aws-sdk-swift/AWSLocation" - s.spm_dependency "aws-sdk-swift/AWSCognitoIdentity" - s.spm_dependency "aws-sdk-swift/AWSClientRuntime" - s.spm_dependency "AmazonLocationiOSAuthSDK" + # s.dependency 'KeychainSwift', '~> 20.0.0' + # s.spm_dependency "aws-sdk-swift/AWSLocation" + # s.spm_dependency "aws-sdk-swift/AWSCognitoIdentity" + # s.spm_dependency "aws-sdk-swift/AWSClientRuntime" + # s.spm_dependency "AmazonLocationiOSAuthSDK" end