From 97eec36955108edbba1617e7bd7782bfb91c3224 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 13 May 2026 11:24:18 +0200 Subject: [PATCH] [Fix] WebIdOnServerDocumentScanner (22.1.3-SNAPSHOT) --- .../22.1.3-SNAPSHOT/WebIdOnServerDocumentScanner.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebIdOnServerDocumentScanner/22.1.3-SNAPSHOT/WebIdOnServerDocumentScanner.podspec b/WebIdOnServerDocumentScanner/22.1.3-SNAPSHOT/WebIdOnServerDocumentScanner.podspec index 25317d87..9f7b6e51 100644 --- a/WebIdOnServerDocumentScanner/22.1.3-SNAPSHOT/WebIdOnServerDocumentScanner.podspec +++ b/WebIdOnServerDocumentScanner/22.1.3-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.1.3/WebIdOnServerDocumentScanner.framework-v22.1.3-SNAPSHOT-1652.zip', :sha256 => '2ca7565d610528287fce66e7ef450645d47c545c65f803295cb443d67b92b03d' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdOnServerDocumentScanner/22.1.3/WebIdOnServerDocumentScanner.framework-v22.1.3-SNAPSHOT-1655.zip', :sha256 => 'f5d0a2efe1af5839c0a248b457e7ba5ca170b5c3309c6f5dfcd51f736bcd549e' } 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.1.3-SNAPSHOT" #branch:snapshots - s.dependency "WebIdPluginCore", "21.2.1-SNAPSHOT" #branch:snapshots + s.dependency "WebIdPluginCore", "22.0.0" end