From 1015078ef1ac1666c4a797947e52ca1e538fb42f Mon Sep 17 00:00:00 2001 From: Madison Westergaard Date: Thu, 23 Jan 2020 12:18:14 -0800 Subject: [PATCH] updating sdk to specific version 1.4.0 --- ios/Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/Podfile b/ios/Podfile index 203a3d8..19ee996 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -2,7 +2,7 @@ platform :ios, '12.0' use_frameworks! target 'LoginKitSample' do - pod 'SnapSDK', '> 1.4', :subspecs => ['SCSDKLoginKit'] + pod 'SnapSDK', '1.4.0', :subspecs => ['SCSDKLoginKit'] end target 'LoginKitSampleTests' do