From f8fd844fcac27bf01a7b3329e13e33daa516fd2c Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 6 Sep 2024 22:21:23 +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 08671b7..7b2eeea 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-1309.zip', :sha256 => 'bc1a722f2ae254b22931f87757370585a72bdf64b92eee2a2c893417fa2ae4db' } + 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.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.0" + s.dependency "WebIdPluginCore", "~> 13.0.1" end