From 456b1c6d1e34889dc54cd5fcdfe3cf6227a43318 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 12 Jun 2025 10:52:19 +0200 Subject: [PATCH] [Fix] WebIdDocumentScanner (12.5.3-SNAPSHOT) --- .../12.5.3-SNAPSHOT/WebIdDocumentScanner.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebIdDocumentScanner/12.5.3-SNAPSHOT/WebIdDocumentScanner.podspec b/WebIdDocumentScanner/12.5.3-SNAPSHOT/WebIdDocumentScanner.podspec index 3fdb2bc..17ed7db 100644 --- a/WebIdDocumentScanner/12.5.3-SNAPSHOT/WebIdDocumentScanner.podspec +++ b/WebIdDocumentScanner/12.5.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/snapshots/de/webid-solutions/WebIdDocumentScanner/12.5.3/WebIdDocumentScanner.framework-v12.5.3-SNAPSHOT-1349.zip', :sha256 => 'd9189fb7d72ca86f6d378ba3b1e075c8592171eb63d415a640fa1d280a0cbeb5' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDocumentScanner/12.5.3/WebIdDocumentScanner.framework-v12.5.3-SNAPSHOT-1350.zip', :sha256 => '446d525b71beb147305519cbc4516ed7ac92d01e3d794da33651b6a4b8dfd80d' } 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", "12.3.2" + s.dependency "WebIdPluginCore", "12.3.3" end