From 8979f26f470527d799cda0f7e74a573119bcf61a Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 9 Jan 2026 10:20:13 +0100 Subject: [PATCH] [Fix] WebIdDocumentScanner (15.0.3-SNAPSHOT) --- .../15.0.3-SNAPSHOT/WebIdDocumentScanner.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebIdDocumentScanner/15.0.3-SNAPSHOT/WebIdDocumentScanner.podspec b/WebIdDocumentScanner/15.0.3-SNAPSHOT/WebIdDocumentScanner.podspec index 72d3c88..4706c35 100644 --- a/WebIdDocumentScanner/15.0.3-SNAPSHOT/WebIdDocumentScanner.podspec +++ b/WebIdDocumentScanner/15.0.3-SNAPSHOT/WebIdDocumentScanner.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/WebIdDocumentScanner/15.0.3/WebIdDocumentScanner.framework-v15.0.3-SNAPSHOT-1383.zip', :sha256 => '3404169e03b65490f37c2885f156033a412c33f98e533b7f8b052ff383fa23df' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdDocumentScanner/15.0.3/WebIdDocumentScanner.framework-v15.0.3-SNAPSHOT-1384.zip', :sha256 => '8cf367719b8e9201e911f38b9ed499a7894ddc1686b8d2da0464e8f47d2e5adf' } s.swift_versions = ['5.5'] s.frameworks = 'UIKit' @@ -16,5 +16,5 @@ Pod::Spec.new do |s| s.ios.deployment_target = '13.0' s.ios.vendored_frameworks = 'WebIdDocumentScanner.xcframework' - s.dependency "WebIdPluginCore", "15.0.2-SNAPSHOT" #branch:legacy-snapshots + s.dependency "WebIdPluginCore", "15.0.3-SNAPSHOT" #branch:legacy-snapshots end