From a06ed5c613f0a637e9da131521f3e5101ea0790e Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 4 Nov 2025 08:58:44 +0100 Subject: [PATCH] [Fix] WebIdOnDeviceDocumentScanner (20.3.6-SNAPSHOT) --- .../20.3.6-SNAPSHOT/WebIdOnDeviceDocumentScanner.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebIdOnDeviceDocumentScanner/20.3.6-SNAPSHOT/WebIdOnDeviceDocumentScanner.podspec b/WebIdOnDeviceDocumentScanner/20.3.6-SNAPSHOT/WebIdOnDeviceDocumentScanner.podspec index e29a54d..ebd279a 100644 --- a/WebIdOnDeviceDocumentScanner/20.3.6-SNAPSHOT/WebIdOnDeviceDocumentScanner.podspec +++ b/WebIdOnDeviceDocumentScanner/20.3.6-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.3.6/WebIdOnDeviceDocumentScanner.framework-v20.3.6-SNAPSHOT-1511.zip', :sha256 => 'c6b952f2f13edb906265620ddfa414124011264a652af102a001ead819559c11' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/20.3.6/WebIdOnDeviceDocumentScanner.framework-v20.3.6-SNAPSHOT-1509.zip', :sha256 => '2ac4ce5f1e7cf5cfdd46868dc0047003e597d72f73c0473d65655f2567b5231b' } 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.3.6-SNAPSHOT" #branch:snapshots - s.dependency "WebIdPluginCore", "20.3.1-SNAPSHOT" #branch:experimental + s.dependency "WebIdPluginCore", "20.3.1-SNAPSHOT" #branch:snapshots s.dependency "DocumentReader", "7.5.4221" s.dependency "DocumentReaderFull", "7.5.11015" end