From 427a5e9f12a0e32470c4a4c7cf15064f14bcb09b Mon Sep 17 00:00:00 2001 From: Zeeshan Sheikh <64203935+zeeshanmakeen@users.noreply.github.com> Date: Wed, 3 Jul 2024 17:05:12 +0500 Subject: [PATCH] Update AmazonLocationiOSAuthSDK.podspec --- AmazonLocationiOSAuthSDK.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AmazonLocationiOSAuthSDK.podspec b/AmazonLocationiOSAuthSDK.podspec index 5136ba3..443c7b7 100644 --- a/AmazonLocationiOSAuthSDK.podspec +++ b/AmazonLocationiOSAuthSDK.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.homepage = 'https://github.com/aws-geospatial/amazon-location-mobile-auth-sdk-ios' s.license = { :type => 'Apache License, Version 2.0', :text => 'https://www.apache.org/licenses/LICENSE-2.0' } s.author = { 'Oleg Filimonov' => 'oleg@makeen.io' } - s.source = { :git => 'https://github.com/awslabs/aws-sdk-swift.git', :branch => 'ALMS-204_CocoaPods_Support' } + s.source = { :git => 'https://github.com/makeen-project/amazon-location-mobile-auth-sdk-ios.git', :branch => 'ALMS-204_CocoaPods_Support' } s.ios.deployment_target = '13.0'