From 3b9622b47bacdb9a8072c80bcf2bd5c9851d2db1 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 8 Jan 2026 21:11:54 +0100 Subject: [PATCH] [Fix] WebIdDocumentScanner (20.4.2-SNAPSHOT) --- .../20.4.2-SNAPSHOT/WebIdDocumentScanner.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebIdDocumentScanner/20.4.2-SNAPSHOT/WebIdDocumentScanner.podspec b/WebIdDocumentScanner/20.4.2-SNAPSHOT/WebIdDocumentScanner.podspec index d2f695f..bb3f9f8 100644 --- a/WebIdDocumentScanner/20.4.2-SNAPSHOT/WebIdDocumentScanner.podspec +++ b/WebIdDocumentScanner/20.4.2-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/20.4.2/WebIdDocumentScanner.framework-v20.4.2-SNAPSHOT-1536.zip', :sha256 => 'a97ad7db942dc5b7b720813a374de0eaaf57ac3c5c858d08ce09fc5a88c3ee7b' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDocumentScanner/20.4.2/WebIdDocumentScanner.framework-v20.4.2-SNAPSHOT-1538.zip', :sha256 => '350c4e6ecdc1117670187891dd80f8cacc258b6807fe24b27b47f2583f417d3e' } 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", "21.0.1-SNAPSHOT" #branch:snapshots + s.dependency "WebIdPluginCore", "21.0.1" end