From 1edaf4ccea654863d480aabf23db342ff7bccf50 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 12 Jun 2025 10:53:16 +0200 Subject: [PATCH] [Fix] WebIdOnServerDocumentScanner (12.5.3-SNAPSHOT) --- .../12.5.3-SNAPSHOT/WebIdOnServerDocumentScanner.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebIdOnServerDocumentScanner/12.5.3-SNAPSHOT/WebIdOnServerDocumentScanner.podspec b/WebIdOnServerDocumentScanner/12.5.3-SNAPSHOT/WebIdOnServerDocumentScanner.podspec index 699d77a..5086e0d 100644 --- a/WebIdOnServerDocumentScanner/12.5.3-SNAPSHOT/WebIdOnServerDocumentScanner.podspec +++ b/WebIdOnServerDocumentScanner/12.5.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/12.5.3/WebIdOnServerDocumentScanner.framework-v12.5.3-SNAPSHOT-1349.zip', :sha256 => '6e741e9dbf98ac767e6fa947c73a775827c032e5551d4613d65430e921309eee' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdOnServerDocumentScanner/12.5.3/WebIdOnServerDocumentScanner.framework-v12.5.3-SNAPSHOT-1350.zip', :sha256 => 'f3d5444308338d16ee76f946b3a7945776dc9c9bae278cf234fc134cf3a341d4' } 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", "12.5.3-SNAPSHOT" #branch:snapshots - s.dependency "WebIdPluginCore", "12.3.2" + s.dependency "WebIdPluginCore", "12.3.3" end