From 756faca1a271f8ed4668ba1089ffe70593cd5e10 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 16 Dec 2025 11:17:40 +0100 Subject: [PATCH] [Fix] WebIdOnDeviceDocumentScanner (200.3.6-SNAPSHOT) --- .../200.3.6-SNAPSHOT/WebIdOnDeviceDocumentScanner.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebIdOnDeviceDocumentScanner/200.3.6-SNAPSHOT/WebIdOnDeviceDocumentScanner.podspec b/WebIdOnDeviceDocumentScanner/200.3.6-SNAPSHOT/WebIdOnDeviceDocumentScanner.podspec index ce305f1..a2b71c9 100644 --- a/WebIdOnDeviceDocumentScanner/200.3.6-SNAPSHOT/WebIdOnDeviceDocumentScanner.podspec +++ b/WebIdOnDeviceDocumentScanner/200.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/experimental/de/webid-solutions/WebIdOnDeviceDocumentScanner/200.3.6/WebIdOnDeviceDocumentScanner.framework-v200.3.6-SNAPSHOT-1529.zip', :sha256 => '4a9a888a2819defe5077f02e5b289504c1f9a3a65de4bb48dc737058d25cef95' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdOnDeviceDocumentScanner/200.3.6/WebIdOnDeviceDocumentScanner.framework-v200.3.6-SNAPSHOT-1542.zip', :sha256 => '9bc97ddf65fef33343ca57d3aa7b04b633a8e358f9ccb85c6683386e29d9742f' } 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", "200.3.6-SNAPSHOT" #branch:experimental - s.dependency "WebIdPluginCore", "200.3.1-SNAPSHOT" #branch:experimental + s.dependency "WebIdPluginCore", "200.4.1-SNAPSHOT" #branch:experimental s.dependency "DocumentReader", "7.5.4221" s.dependency "DocumentReaderFull", "7.5.11015" end