From 38428115687566a3475999184ff7173868d42136 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 21 Oct 2024 14:19:26 +0200 Subject: [PATCH] [Fix] WebIdOnDeviceDocumentScanner (13.0.0-SNAPSHOT) --- .../13.0.0-SNAPSHOT/WebIdOnDeviceDocumentScanner.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebIdOnDeviceDocumentScanner/13.0.0-SNAPSHOT/WebIdOnDeviceDocumentScanner.podspec b/WebIdOnDeviceDocumentScanner/13.0.0-SNAPSHOT/WebIdOnDeviceDocumentScanner.podspec index 7b2eeea..cf0a9b9 100644 --- a/WebIdOnDeviceDocumentScanner/13.0.0-SNAPSHOT/WebIdOnDeviceDocumentScanner.podspec +++ b/WebIdOnDeviceDocumentScanner/13.0.0-SNAPSHOT/WebIdOnDeviceDocumentScanner.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/WebIdOnDeviceDocumentScanner/13.0.0/WebIdOnDeviceDocumentScanner.framework-v13.0.0-SNAPSHOT-1308.zip', :sha256 => '88b4b9f1ae09ee93ab165df9d9f806f3b92727e5409debf85e590b5162d67c1b' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/13.0.0/WebIdOnDeviceDocumentScanner.framework-v13.0.0-SNAPSHOT-1314.zip', :sha256 => '02a9f9c0d00960a1347068cb37702f99a9b32806064a350fc3408ee60239b941' } s.swift_versions = ['5.5'] s.frameworks = 'UIKit' @@ -18,5 +18,5 @@ Pod::Spec.new do |s| s.dependency "WebIdDocumentScanner", "13.0.0-SNAPSHOT" #branch:redesign-v4-snapshots s.dependency "DocumentReader", "~> 7.2" - s.dependency "WebIdPluginCore", "~> 13.0.1" + s.dependency "WebIdPluginCore", "13.1.0" end