From c1a1ee87b00c3052d3a03bdf884a2fa779d5b528 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 8 Jan 2026 21:12:35 +0100 Subject: [PATCH] [Fix] WebIdOnDeviceDocumentScanner (20.4.2-SNAPSHOT) --- .../20.4.2-SNAPSHOT/WebIdOnDeviceDocumentScanner.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebIdOnDeviceDocumentScanner/20.4.2-SNAPSHOT/WebIdOnDeviceDocumentScanner.podspec b/WebIdOnDeviceDocumentScanner/20.4.2-SNAPSHOT/WebIdOnDeviceDocumentScanner.podspec index 7a6651d..d67dd72 100644 --- a/WebIdOnDeviceDocumentScanner/20.4.2-SNAPSHOT/WebIdOnDeviceDocumentScanner.podspec +++ b/WebIdOnDeviceDocumentScanner/20.4.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/20.4.2/WebIdOnDeviceDocumentScanner.framework-v20.4.2-SNAPSHOT-1536.zip', :sha256 => 'a5e13eb387c53909fc8967f8278199b60441b7da6cfe82fa774cfd6cba9966bb' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/20.4.2/WebIdOnDeviceDocumentScanner.framework-v20.4.2-SNAPSHOT-1538.zip', :sha256 => 'b31cd9efc24baf5ca66bfc778c357ab68b0c9efe7d1a8f8f6cbe67d6f17ff2a9' } 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", "20.4.2-SNAPSHOT" #branch:snapshots - s.dependency "WebIdPluginCore", "21.0.1-SNAPSHOT" #branch:snapshots + s.dependency "WebIdPluginCore", "21.0.1" s.dependency "DocumentReader", "7.5.4221" s.dependency "DocumentReaderFull", "7.5.11015" end