From b640d53a8011f479c9f7ca19da88c80e1b5db748 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 6 Sep 2024 22:20:48 +0200 Subject: [PATCH] [Fix] WebIdDocumentScanner (13.0.0-SNAPSHOT) --- .../13.0.0-SNAPSHOT/WebIdDocumentScanner.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebIdDocumentScanner/13.0.0-SNAPSHOT/WebIdDocumentScanner.podspec b/WebIdDocumentScanner/13.0.0-SNAPSHOT/WebIdDocumentScanner.podspec index bafbc91..8f41fe6 100644 --- a/WebIdDocumentScanner/13.0.0-SNAPSHOT/WebIdDocumentScanner.podspec +++ b/WebIdDocumentScanner/13.0.0-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/redesign-v4-snapshots/de/webid-solutions/WebIdDocumentScanner/13.0.0/WebIdDocumentScanner.framework-v13.0.0-SNAPSHOT-1309.zip', :sha256 => 'bb06bc042d86f5649686379dd332e6a5b04a671541646c77516d55d54408c62d' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdDocumentScanner/13.0.0/WebIdDocumentScanner.framework-v13.0.0-SNAPSHOT-1308.zip', :sha256 => '834d59bcb7e61fcc2c71d2fd9a17774c095514717ea0cb0349ed21dfe5177f6c' } 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", "13.0.0" + s.dependency "WebIdPluginCore", "~> 13.0.1" end