From 64e23d0c78d4657220edc766415adf1e95f51a71 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 10 Oct 2025 08:19:06 +0200 Subject: [PATCH] [Fix] WebIdOnServerDocumentScanner (15.0.1-SNAPSHOT) --- .../15.0.1-SNAPSHOT/WebIdOnServerDocumentScanner.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebIdOnServerDocumentScanner/15.0.1-SNAPSHOT/WebIdOnServerDocumentScanner.podspec b/WebIdOnServerDocumentScanner/15.0.1-SNAPSHOT/WebIdOnServerDocumentScanner.podspec index ec1777d..6f3aaa5 100644 --- a/WebIdOnServerDocumentScanner/15.0.1-SNAPSHOT/WebIdOnServerDocumentScanner.podspec +++ b/WebIdOnServerDocumentScanner/15.0.1-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.1/WebIdOnServerDocumentScanner.framework-v15.0.1-SNAPSHOT-1371.zip', :sha256 => '01103ee0c7ea88dc9b639e3639b15051b23fd9ecb10d95086913c200e6939087' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdOnServerDocumentScanner/15.0.1/WebIdOnServerDocumentScanner.framework-v15.0.1-SNAPSHOT-1372.zip', :sha256 => 'f7e3eab1bc68e34cc557672b18438828d61001f0cd9bab8a188e449ba712fb32' } 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.1-SNAPSHOT" #branch:legacy-snapshots - s.dependency "WebIdPluginCore", "15.0.1-SNAPSHOT" #branch:legacy-snapshots + s.dependency "WebIdPluginCore", "15.0.2-SNAPSHOT" #branch:legacy-snapshots end