From 7137ba6f0acfe82ea5ac6148235b949f614add35 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 9 Jan 2026 10:20:54 +0100 Subject: [PATCH] [Fix] WebIdOnDeviceDocumentScanner (15.0.3-SNAPSHOT) --- .../15.0.3-SNAPSHOT/WebIdOnDeviceDocumentScanner.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebIdOnDeviceDocumentScanner/15.0.3-SNAPSHOT/WebIdOnDeviceDocumentScanner.podspec b/WebIdOnDeviceDocumentScanner/15.0.3-SNAPSHOT/WebIdOnDeviceDocumentScanner.podspec index 0f3d1df..5a39503 100644 --- a/WebIdOnDeviceDocumentScanner/15.0.3-SNAPSHOT/WebIdOnDeviceDocumentScanner.podspec +++ b/WebIdOnDeviceDocumentScanner/15.0.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/legacy-snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/15.0.3/WebIdOnDeviceDocumentScanner.framework-v15.0.3-SNAPSHOT-1383.zip', :sha256 => '16ce6d86206a3f94cb7d1358bde8737cd276c349165f910814f9aa2419b0f956' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/15.0.3/WebIdOnDeviceDocumentScanner.framework-v15.0.3-SNAPSHOT-1384.zip', :sha256 => 'eba9514963658c921ea5862b3a3bdbc373f3254ef85d3659851d23f3ac6d8885' } 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", "15.0.3-SNAPSHOT" #branch:legacy-snapshots - s.dependency "WebIdPluginCore", "15.0.2-SNAPSHOT" #branch:legacy-snapshots + s.dependency "WebIdPluginCore", "15.0.3-SNAPSHOT" #branch:legacy-snapshots s.dependency "DocumentReader", "7.5.4221" s.dependency "DocumentReaderFull", "7.5.11015" end