From 654d5d10eeb2bf4303247f7420636745a65c802a Mon Sep 17 00:00:00 2001 From: fpavkovic Date: Tue, 25 Jun 2024 15:20:34 +0200 Subject: [PATCH] [Fix] WebIdOnDeviceDocumentScanner (12.0.1) --- .../12.0.1/WebIdOnDeviceDocumentScanner.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebIdOnDeviceDocumentScanner/12.0.1/WebIdOnDeviceDocumentScanner.podspec b/WebIdOnDeviceDocumentScanner/12.0.1/WebIdOnDeviceDocumentScanner.podspec index bee8e61..4dbdc6c 100644 --- a/WebIdOnDeviceDocumentScanner/12.0.1/WebIdOnDeviceDocumentScanner.podspec +++ b/WebIdOnDeviceDocumentScanner/12.0.1/WebIdOnDeviceDocumentScanner.podspec @@ -19,6 +19,6 @@ Pod::Spec.new do |s| s.ios.deployment_target = '13.0' s.ios.vendored_frameworks = 'WebIdOnDeviceDocumentScanner.xcframework' - s.dependency "WebIdDocumentScanner", "12.0.0" - s.dependency "WebIdPluginCore", "11.0.0" + s.dependency "WebIdDocumentScanner", "12.0.1" + s.dependency "WebIdPluginCore", "11.0.1" end