From c22a5868b3b24916bef3ce241644d1da115a0b7b Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 26 May 2025 15:32:57 +0200 Subject: [PATCH] [Fix] WebIdOnServerDocumentScanner (12.3.0-SNAPSHOT) --- .../12.3.0-SNAPSHOT/WebIdOnServerDocumentScanner.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebIdOnServerDocumentScanner/12.3.0-SNAPSHOT/WebIdOnServerDocumentScanner.podspec b/WebIdOnServerDocumentScanner/12.3.0-SNAPSHOT/WebIdOnServerDocumentScanner.podspec index c787031..5cfe2a4 100644 --- a/WebIdOnServerDocumentScanner/12.3.0-SNAPSHOT/WebIdOnServerDocumentScanner.podspec +++ b/WebIdOnServerDocumentScanner/12.3.0-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.3.0/WebIdOnServerDocumentScanner.framework-v12.3.0-SNAPSHOT-1340.zip', :sha256 => '0c637d842a44e4849e0ef202e88fd3e0e1b927698319081a8b6bf84779a32f5b' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdOnServerDocumentScanner/12.3.0/WebIdOnServerDocumentScanner.framework-v12.3.0-SNAPSHOT-1343.zip', :sha256 => 'b4e1eedcabafc11ab176662d93fa7e54c2480e415d5419a91317bcc8a457c9d8' } 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.3.0-SNAPSHOT" #branch:snapshots - s.dependency "WebIdPluginCore", "12.2.0-SNAPSHOT" #branch:snapshots + s.dependency "WebIdPluginCore", "12.3.2" end