From 1a7535b6f54500752ab5a4f410d582225ae3c4c0 Mon Sep 17 00:00:00 2001 From: fpavkovic Date: Tue, 25 Jun 2024 15:20:04 +0200 Subject: [PATCH] [Fix] WebIdDocumentScanner (12.0.1) --- WebIdDocumentScanner/12.0.1/WebIdDocumentScanner.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebIdDocumentScanner/12.0.1/WebIdDocumentScanner.podspec b/WebIdDocumentScanner/12.0.1/WebIdDocumentScanner.podspec index cf070ca..809baa9 100644 --- a/WebIdDocumentScanner/12.0.1/WebIdDocumentScanner.podspec +++ b/WebIdDocumentScanner/12.0.1/WebIdDocumentScanner.podspec @@ -19,5 +19,5 @@ Pod::Spec.new do |s| s.ios.deployment_target = '13.0' s.ios.vendored_frameworks = 'WebIdDocumentScanner.xcframework' - s.dependency "WebIdPluginCore", "11.0.0" + s.dependency "WebIdPluginCore", "11.0.1" end