From 4981d725500fe324376b5f0639209bc5ed4c9be1 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 4 Dec 2025 10:29:02 +0100 Subject: [PATCH] [Fix] WebIdOnServerDocumentScanner (15.0.2-SNAPSHOT) --- .../15.0.2-SNAPSHOT/WebIdOnServerDocumentScanner.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebIdOnServerDocumentScanner/15.0.2-SNAPSHOT/WebIdOnServerDocumentScanner.podspec b/WebIdOnServerDocumentScanner/15.0.2-SNAPSHOT/WebIdOnServerDocumentScanner.podspec index 4df7f99..b70b8b5 100644 --- a/WebIdOnServerDocumentScanner/15.0.2-SNAPSHOT/WebIdOnServerDocumentScanner.podspec +++ b/WebIdOnServerDocumentScanner/15.0.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/legacy-snapshots/de/webid-solutions/WebIdOnServerDocumentScanner/15.0.2/WebIdOnServerDocumentScanner.framework-v15.0.2-SNAPSHOT-1380.zip', :sha256 => 'f59167c3ce48bc67ddc49354ae8235f30f876fba4eb2a5da79ef9085ea2187e9' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdOnServerDocumentScanner/15.0.2/WebIdOnServerDocumentScanner.framework-v15.0.2-SNAPSHOT-1381.zip', :sha256 => '3d990d63d49165a0d57c40d9145221c756c7f661aba97981a96eed6a60901970' } 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", "15.0.2-SNAPSHOT" #branch:legacy-snapshots - s.dependency "WebIdPluginCore", "15.0.2-SNAPSHOT" #branch:legacy-snapshots + s.dependency "WebIdPluginCore", "15.0.1" end