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