From dee687ee92be13b00f538760dcf69707ffcd7c23 Mon Sep 17 00:00:00 2001 From: Zeeshan Sheikh <64203935+zeeshanmakeen@users.noreply.github.com> Date: Thu, 4 Jul 2024 17:36:21 +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 c2fbdbb..373728d 100644 --- a/AmazonLocationiOSAuthSDK.podspec +++ b/AmazonLocationiOSAuthSDK.podspec @@ -10,7 +10,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/makeen-project/amazon-location-mobile-auth-sdk-ios.git', :branch => 'ALMS-204_CocoaPods_Support' } + s.source = { :git => 'https://github.com/makeen-project/amazon-location-mobile-auth-sdk-ios.git', :tag => '0.2.2' } s.ios.deployment_target = '13.0'