From 077ee67104ddd29a9072f36862793874c6804698 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 7 Jan 2026 14:16:53 +0100 Subject: [PATCH] [Fix] WebIdOnServerDocumentScanner (20.4.2-SNAPSHOT) --- .../20.4.2-SNAPSHOT/WebIdOnServerDocumentScanner.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebIdOnServerDocumentScanner/20.4.2-SNAPSHOT/WebIdOnServerDocumentScanner.podspec b/WebIdOnServerDocumentScanner/20.4.2-SNAPSHOT/WebIdOnServerDocumentScanner.podspec index 73a73a9..603d23f 100644 --- a/WebIdOnServerDocumentScanner/20.4.2-SNAPSHOT/WebIdOnServerDocumentScanner.podspec +++ b/WebIdOnServerDocumentScanner/20.4.2-SNAPSHOT/WebIdOnServerDocumentScanner.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/WebIdOnServerDocumentScanner/20.4.2/WebIdOnServerDocumentScanner.framework-v20.4.2-SNAPSHOT-1531.zip', :sha256 => 'c712a6f11f68b47b4ca2327efd242d03dd7d2b7e20836cb84e6520fced688e52' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdOnServerDocumentScanner/20.4.2/WebIdOnServerDocumentScanner.framework-v20.4.2-SNAPSHOT-1535.zip', :sha256 => 'a631fc583835624b99c8bb1111bb8160d2b4c79d83ab8c951db6d23cba37ebbd' } s.swift_versions = ['5.5'] s.frameworks = 'UIKit' @@ -17,5 +17,5 @@ Pod::Spec.new do |s| s.ios.vendored_frameworks = 'WebIdOnServerDocumentScanner.xcframework' s.dependency "WebIdDocumentScanner", "20.4.2-SNAPSHOT" #branch:snapshots - s.dependency "WebIdPluginCore", "20.4.1-SNAPSHOT" #branch:snapshots + s.dependency "WebIdPluginCore", "21.0.0" end