From f88663f68fd9785f2588ac3ce4731954582d815d Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 13 May 2026 11:23:49 +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 f6804d5f..417c2bdc 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-1652.zip', :sha256 => '7665760af5075d4815e7a851974c18718b9724746e9c2cfb847bb49dcab2332f' } + 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-1655.zip', :sha256 => 'e3a02e9f9e6325dd472d5f84de01f6b0a056b8eb43e66a16e15c9700bb86bbf2' } 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", "21.2.1-SNAPSHOT" #branch:snapshots + s.dependency "WebIdPluginCore", "22.0.0" s.dependency "DocumentReader", "9.1.5702" s.dependency "DocumentReaderFull", "9.1.15611" end