diff --git a/Podfile b/Podfile index 93cd27b..289ae6e 100644 --- a/Podfile +++ b/Podfile @@ -4,6 +4,6 @@ platform :ios, '11.0' use_frameworks! target 'Catalog' do - pod 'FaceSDK', '~> 5.1' - pod 'FaceCoreSDK', '~> 5.1' + pod 'FaceSDK', '~> 5.2' + pod 'FaceCoreSDK', '~> 5.2' end