From 2c7e8b9beb2a2b5e496f0454a48bc4c224a35bc8 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 7 Jan 2026 14:15: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 dab5d8f..8aef5a3 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-1531.zip', :sha256 => '12e899bf1836f18196da0d56403c96cfe575ccaf976d7dbb2f79c8c595bab905' } + 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-1535.zip', :sha256 => '386bfaf6fea86b15a1eee1f539341398a8a65af6d6316e4e8112ca4f210fa4fc' } 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", "20.4.1-SNAPSHOT" #branch:snapshots + s.dependency "WebIdPluginCore", "21.0.0" end