From 18a76f67c0f45e5fbb71018fa25b39cae8a3e6c3 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 31 Mar 2026 12:45:09 +0200 Subject: [PATCH] [Fix] WebIdOnServerDocumentScanner (21.2.2-SNAPSHOT) --- .../21.2.2-SNAPSHOT/WebIdOnServerDocumentScanner.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebIdOnServerDocumentScanner/21.2.2-SNAPSHOT/WebIdOnServerDocumentScanner.podspec b/WebIdOnServerDocumentScanner/21.2.2-SNAPSHOT/WebIdOnServerDocumentScanner.podspec index a00aeaa..2611b18 100644 --- a/WebIdOnServerDocumentScanner/21.2.2-SNAPSHOT/WebIdOnServerDocumentScanner.podspec +++ b/WebIdOnServerDocumentScanner/21.2.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/21.2.2/WebIdOnServerDocumentScanner.framework-v21.2.2-SNAPSHOT-1601.zip', :sha256 => 'a055ee4efbdd079734e13f643941388141566b24cae8dbc89d5b5356cf20242b' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdOnServerDocumentScanner/21.2.2/WebIdOnServerDocumentScanner.framework-v21.2.2-SNAPSHOT-1604.zip', :sha256 => 'f06c257734b2bd69e87145c72e6c3836c8ce88f72e0a49f2407b456e21252752' } 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", "21.2.2-SNAPSHOT" #branch:snapshots - s.dependency "WebIdPluginCore", "21.0.6-SNAPSHOT" #branch:snapshots + s.dependency "WebIdPluginCore", "21.1.0" end