From 04bcfdcc6c49bac283f21619f50ed1b0ef38ac4b Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 4 Aug 2025 11:41:29 +0200 Subject: [PATCH] [Fix] WebIdOnDeviceDocumentScanner (20.1.1-SNAPSHOT) --- .../20.1.1-SNAPSHOT/WebIdOnDeviceDocumentScanner.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebIdOnDeviceDocumentScanner/20.1.1-SNAPSHOT/WebIdOnDeviceDocumentScanner.podspec b/WebIdOnDeviceDocumentScanner/20.1.1-SNAPSHOT/WebIdOnDeviceDocumentScanner.podspec index 061a81b..57b21c5 100644 --- a/WebIdOnDeviceDocumentScanner/20.1.1-SNAPSHOT/WebIdOnDeviceDocumentScanner.podspec +++ b/WebIdOnDeviceDocumentScanner/20.1.1-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/redesign-v4-snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/20.1.1/WebIdOnDeviceDocumentScanner.framework-v20.1.1-SNAPSHOT-1455.zip', :sha256 => 'da763cac44570af5cd22031bdba6e7bf5db240af61be6c93252d02f7e778df25' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/20.1.1/WebIdOnDeviceDocumentScanner.framework-v20.1.1-SNAPSHOT-1458.zip', :sha256 => '23400a6c816cdd8e9b12f3d5020ba636948765887cdc76d916922f656f7db3c2' } 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", "20.1.1-SNAPSHOT" #branch:redesign-v4-snapshots - s.dependency "WebIdPluginCore", "20.0.1-SNAPSHOT" #branch:redesign-v4-snapshots + s.dependency "WebIdPluginCore", "20.1.0" s.dependency "DocumentReader", "7.5.4221" s.dependency "DocumentReaderFull", "7.5.11015" end