From f8174a0354ac83a1d11849bdcad3ae7a34a9024d Mon Sep 17 00:00:00 2001 From: Guepard Date: Fri, 17 Jun 2022 10:43:18 +0200 Subject: [PATCH] Update Facebook SDK to 11.0 --- LoginRadiusSDK.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LoginRadiusSDK.podspec b/LoginRadiusSDK.podspec index 1d92015..efba57d 100755 --- a/LoginRadiusSDK.podspec +++ b/LoginRadiusSDK.podspec @@ -26,7 +26,7 @@ s.source = { :git => 'https://github.com/LoginRadius/ios-sdk.git', :tag => s.source_files = ['Sources/**/*.{h,m}'] -s.dependency 'FBSDKLoginKit', '~> 9.0' +s.dependency 'FBSDKLoginKit', '~> 11.0' s.dependency 'SimpleKeychain', '~> 0.7.0' s.ios.frameworks = 'Foundation', 'UIKit', 'SystemConfiguration', 'Social', 'Accounts', 'SafariServices'