From 278482c11979556b65d65734105bfac2647447be Mon Sep 17 00:00:00 2001 From: Madison Westergaard Date: Fri, 1 Dec 2023 18:35:32 -0500 Subject: [PATCH] Updating SDK version to 2.5.0 --- ios/Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/Podfile b/ios/Podfile index 0c75559..8591459 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -2,7 +2,7 @@ platform :ios, '12.0' use_frameworks! target 'LoginKitSample' do - pod 'SnapSDK', '2.4.0', :subspecs => ['SCSDKLoginKit'] + pod 'SnapSDK', '2.5.0', :subspecs => ['SCSDKLoginKit'] end target 'LoginKitSampleTests' do