From 5267f5e8afe204f732150aab76043d9d2bb6d193 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 2 Apr 2026 16:12:43 +0200 Subject: [PATCH] [Fix] WebIdDocumentScanner (22.0.2-SNAPSHOT) --- .../22.0.2-SNAPSHOT/WebIdDocumentScanner.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebIdDocumentScanner/22.0.2-SNAPSHOT/WebIdDocumentScanner.podspec b/WebIdDocumentScanner/22.0.2-SNAPSHOT/WebIdDocumentScanner.podspec index af5e6b7..6e82f46 100644 --- a/WebIdDocumentScanner/22.0.2-SNAPSHOT/WebIdDocumentScanner.podspec +++ b/WebIdDocumentScanner/22.0.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/22.0.2/WebIdDocumentScanner.framework-v22.0.2-SNAPSHOT-1612.zip', :sha256 => '2d5efbd6f083dcc2f9f2debb997ca4c364cd32e147e87c34d26b16f135dbad0f' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDocumentScanner/22.0.2/WebIdDocumentScanner.framework-v22.0.2-SNAPSHOT-1613.zip', :sha256 => '7a6a04ca083b44b236db5035ea46fed18379fffc59bb67e1e17df42b937204c3' } 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.1.1-SNAPSHOT" #branch:snapshots + s.dependency "WebIdPluginCore", "21.1.0" end