From d40bd49da55ab0c81b79aa103bb678acec2b7dff Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 1 Oct 2025 17:11:19 +0200 Subject: [PATCH] [Fix] WebIdOnDeviceDocumentScanner (20.2.2-SNAPSHOT) --- .../20.2.2-SNAPSHOT/WebIdOnDeviceDocumentScanner.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebIdOnDeviceDocumentScanner/20.2.2-SNAPSHOT/WebIdOnDeviceDocumentScanner.podspec b/WebIdOnDeviceDocumentScanner/20.2.2-SNAPSHOT/WebIdOnDeviceDocumentScanner.podspec index 7569856..045a98b 100644 --- a/WebIdOnDeviceDocumentScanner/20.2.2-SNAPSHOT/WebIdOnDeviceDocumentScanner.podspec +++ b/WebIdOnDeviceDocumentScanner/20.2.2-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/20.2.2/WebIdOnDeviceDocumentScanner.framework-v20.2.2-SNAPSHOT-1483.zip', :sha256 => 'e62d8aa08e155cd40a36d8a1b90c6bc531dbcb2aa08f24e9931e065d4f512546' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/20.2.2/WebIdOnDeviceDocumentScanner.framework-v20.2.2-SNAPSHOT-1489.zip', :sha256 => '6fa6cc9a8c50f2c0c49f1386a263b5e689af3935dd5522347c164111df817b47' } 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.2.2-SNAPSHOT" #branch:snapshots - s.dependency "WebIdPluginCore", "20.2.2-SNAPSHOT" #branch:snapshots + s.dependency "WebIdPluginCore", "20.3.0" s.dependency "DocumentReader", "7.5.4221" s.dependency "DocumentReaderFull", "7.5.11015" end