From 86806c5f29d766b66dc6fb2223c7a305209c8b53 Mon Sep 17 00:00:00 2001 From: Serge Rylko Date: Fri, 7 Jun 2024 10:41:45 +0300 Subject: [PATCH] Update api version --- Podfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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