From 597fd7d89763dc78524ea275db284a02bf8e32b6 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 22 Apr 2026 12:54:08 +0200 Subject: [PATCH] [Fix] WebIdOnServerDocumentScanner (22.0.4-SNAPSHOT) --- .../22.0.4-SNAPSHOT/WebIdOnServerDocumentScanner.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebIdOnServerDocumentScanner/22.0.4-SNAPSHOT/WebIdOnServerDocumentScanner.podspec b/WebIdOnServerDocumentScanner/22.0.4-SNAPSHOT/WebIdOnServerDocumentScanner.podspec index 89d1ee9..6d35209 100644 --- a/WebIdOnServerDocumentScanner/22.0.4-SNAPSHOT/WebIdOnServerDocumentScanner.podspec +++ b/WebIdOnServerDocumentScanner/22.0.4-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/22.0.4/WebIdOnServerDocumentScanner.framework-v22.0.4-SNAPSHOT-1627.zip', :sha256 => 'e5d5eaf9494f5ecb818d7f562f32ddfb6b8208391f4a5fe1be8360df165ea4b5' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdOnServerDocumentScanner/22.0.4/WebIdOnServerDocumentScanner.framework-v22.0.4-SNAPSHOT-1629.zip', :sha256 => '78ed54fada3f121d970289567d66f4cce9f770e3c9f4bc627f97b4362f46ddfa' } 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", "22.0.4-SNAPSHOT" #branch:snapshots - s.dependency "WebIdPluginCore", "21.1.1-SNAPSHOT" #branch:snapshots + s.dependency "WebIdPluginCore", "21.2.0" end