diff --git a/Podfile b/Podfile index 4b64ea6..a9061c8 100644 --- a/Podfile +++ b/Podfile @@ -4,6 +4,6 @@ platform :ios, '11.0' use_frameworks! target 'Catalog' do - pod 'FaceSDK', '~> 6.1' - pod 'FaceCoreBasic', '~> 6.1' + pod 'FaceSDK', '~> 6.2' + pod 'FaceCoreBasic', '~> 6.2' end