From a5d5cc65ca629a678560a9bf3aa0151b4ee38f35 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 14 Apr 2025 18:28:39 +0200 Subject: [PATCH] [Fix] WebIdOnDeviceDocumentScanner (12.3.0-SNAPSHOT) --- .../12.3.0-SNAPSHOT/WebIdOnDeviceDocumentScanner.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WebIdOnDeviceDocumentScanner/12.3.0-SNAPSHOT/WebIdOnDeviceDocumentScanner.podspec b/WebIdOnDeviceDocumentScanner/12.3.0-SNAPSHOT/WebIdOnDeviceDocumentScanner.podspec index fbdd0d6..dec53a2 100644 --- a/WebIdOnDeviceDocumentScanner/12.3.0-SNAPSHOT/WebIdOnDeviceDocumentScanner.podspec +++ b/WebIdOnDeviceDocumentScanner/12.3.0-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/12.3.0/WebIdOnDeviceDocumentScanner.framework-v12.3.0-SNAPSHOT-1333.zip', :sha256 => '129a840511a952d4bc4a7dd22856ef742a17a7204ef412a69ef26262e07615e6' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/12.3.0/WebIdOnDeviceDocumentScanner.framework-v12.3.0-SNAPSHOT-1334.zip', :sha256 => 'e938474b0662706511b9ad953270eb1779a8fbe3308599f33e3606dfff01e88b' } s.swift_versions = ['5.5'] s.frameworks = 'UIKit' @@ -18,6 +18,6 @@ Pod::Spec.new do |s| s.dependency "WebIdDocumentScanner", "12.3.0-SNAPSHOT" #branch:snapshots s.dependency "WebIdPluginCore", "12.1.0" - s.dependency "DocumentReader", "~> 7.5" - s.dependency "DocumentReaderFull", "~> 7.5" + s.dependency "DocumentReader", "7.5.4221" + s.dependency "DocumentReaderFull", "7.5.11015" end