From bc4196f4e549408a00b4ca4964dc128c6c479e11 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 20 May 2026 14:39:51 +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 130a1f0d..0be04dcd 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-1657.zip', :sha256 => 'a857c21cf52ffe7a495fd384aa54d603121e1ea1d6512a8ea565d8f60e1c83d0' } + 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-1658.zip', :sha256 => '763162d4dc77d2b15c513111e4a3091d5bef1fa2232648b89355159bcb695d2e' } 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", "22.0.0" + s.dependency "WebIdPluginCore", "22.0.1-SNAPSHOT" #branch:snapshots end