From 6f69f4de0229f637660116414806d905490435ef Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 17 Apr 2025 11:58:52 +0200 Subject: [PATCH] [Fix] WebIdOnDeviceDocumentScanner (12.3.0-SNAPSHOT) --- .../12.3.0-SNAPSHOT/WebIdOnDeviceDocumentScanner.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebIdOnDeviceDocumentScanner/12.3.0-SNAPSHOT/WebIdOnDeviceDocumentScanner.podspec b/WebIdOnDeviceDocumentScanner/12.3.0-SNAPSHOT/WebIdOnDeviceDocumentScanner.podspec index dec53a2..2561853 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-1334.zip', :sha256 => 'e938474b0662706511b9ad953270eb1779a8fbe3308599f33e3606dfff01e88b' } + 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-1335.zip', :sha256 => '16ac7e726df3343f316973cce29e54b5f574a65d479988b2e7c32f35572ab962' } 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", "12.3.0-SNAPSHOT" #branch:snapshots - s.dependency "WebIdPluginCore", "12.1.0" + s.dependency "WebIdPluginCore", "12.2.0" s.dependency "DocumentReader", "7.5.4221" s.dependency "DocumentReaderFull", "7.5.11015" end