From d3e9af3be262b013eb6e1fe91552c88cb40e9683 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 20 May 2026 14:39:22 +0200 Subject: [PATCH] [Fix] WebIdOnDeviceDocumentScanner (22.1.3-SNAPSHOT) --- .../22.1.3-SNAPSHOT/WebIdOnDeviceDocumentScanner.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebIdOnDeviceDocumentScanner/22.1.3-SNAPSHOT/WebIdOnDeviceDocumentScanner.podspec b/WebIdOnDeviceDocumentScanner/22.1.3-SNAPSHOT/WebIdOnDeviceDocumentScanner.podspec index fddc9af5..0c7decde 100644 --- a/WebIdOnDeviceDocumentScanner/22.1.3-SNAPSHOT/WebIdOnDeviceDocumentScanner.podspec +++ b/WebIdOnDeviceDocumentScanner/22.1.3-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/22.1.3/WebIdOnDeviceDocumentScanner.framework-v22.1.3-SNAPSHOT-1657.zip', :sha256 => 'e324f1a00fe5486a4bb62c17313d7a892794b19815d80b1c2885b656d123b75d' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/22.1.3/WebIdOnDeviceDocumentScanner.framework-v22.1.3-SNAPSHOT-1658.zip', :sha256 => '3e9b96cc5f9e9a450f58786380dd86fdf3bce81cf014c46446d7e5c56449148c' } s.swift_versions = ['5.5'] s.frameworks = 'UIKit' @@ -17,7 +17,7 @@ Pod::Spec.new do |s| s.ios.vendored_frameworks = 'WebIdOnDeviceDocumentScanner.xcframework' s.dependency "WebIdDocumentScanner", "22.1.3-SNAPSHOT" #branch:snapshots - s.dependency "WebIdPluginCore", "22.0.0" + s.dependency "WebIdPluginCore", "22.0.1-SNAPSHOT" #branch:snapshots s.dependency "DocumentReader", "9.1.5702" s.dependency "DocumentReaderFull", "9.1.15611" end