From ac66ab3befb13a36a57c2cbdd601cd263b7b496a Mon Sep 17 00:00:00 2001 From: John Moon Date: Thu, 13 Feb 2020 11:56:24 -0800 Subject: [PATCH] updated podspec --- AcuantiOSSDKV11.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AcuantiOSSDKV11.podspec b/AcuantiOSSDKV11.podspec index 535b6bc..e8300bd 100644 --- a/AcuantiOSSDKV11.podspec +++ b/AcuantiOSSDKV11.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| s.platform = :ios s.ios.deployment_target = '11.0' s.name = "AcuantiOSSDKV11" - s.version = "11.3.0" + s.version = "11.3.1" s.summary = "Acuant's latest SDK with most advanced image capture technology and optimized user workflow " s.description = "Acuant's latest SDK with most advanced image capture technology and optimized user workflow. @@ -32,5 +32,5 @@ SDK broken down in to small different modules so that developers can include onl acuantfacecapture.source_files = "AcuantFaceCapture/AcuantFaceCapture/*.{h,swift}" end - s.dependency 'iProov', '~> 7.2.0' + s.dependency 'iProov', '~> 7.2.2' end