From 4535582a02c82e3cd4756e3872b741b7fed98df5 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 4 Feb 2026 12:07:49 +0100 Subject: [PATCH] [Fix] WebIdOnDeviceDocumentScanner (21.0.2-SNAPSHOT) --- .../21.0.2-SNAPSHOT/WebIdOnDeviceDocumentScanner.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WebIdOnDeviceDocumentScanner/21.0.2-SNAPSHOT/WebIdOnDeviceDocumentScanner.podspec b/WebIdOnDeviceDocumentScanner/21.0.2-SNAPSHOT/WebIdOnDeviceDocumentScanner.podspec index 9eb3c50..a026dfc 100644 --- a/WebIdOnDeviceDocumentScanner/21.0.2-SNAPSHOT/WebIdOnDeviceDocumentScanner.podspec +++ b/WebIdOnDeviceDocumentScanner/21.0.2-SNAPSHOT/WebIdOnDeviceDocumentScanner.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.author = { 'WebID Solutions GmbH' => 'it-service@webid-solutions.de' } s.platform = :ios - s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/21.0.2/WebIdOnDeviceDocumentScanner.framework-v21.0.2-SNAPSHOT-1549.zip', :sha256 => '9c500b68bacfea7c04013a76e5524e09f2251827c0499951e699ef3a481d48e4' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/21.0.2/WebIdOnDeviceDocumentScanner.framework-v21.0.2-SNAPSHOT-1550.zip', :sha256 => '1fe7950a655bc88bd358dd26853a0dad1bed71b344a8dff1139f5a9eedc866d2' } s.swift_versions = ['5.5'] s.frameworks = 'UIKit' @@ -18,6 +18,6 @@ Pod::Spec.new do |s| s.dependency "WebIdDocumentScanner", "21.0.2-SNAPSHOT" #branch:snapshots s.dependency "WebIdPluginCore", "21.0.2-SNAPSHOT" #branch:snapshots - s.dependency "DocumentReader", "8.4.5436" - s.dependency "DocumentReaderFull", "8.4.14872" + s.dependency "DocumentReader", "9.1.5702" + s.dependency "DocumentReaderFull", "9.1.15611" end