From 3915beab2e29f933b828221f8c4e2b56b97af920 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 25 Jul 2024 11:31:06 +0200 Subject: [PATCH] [Fix] WebIdOnDeviceDocumentScanner (12.0.1-SNAPSHOT) --- .../12.0.1-SNAPSHOT/WebIdOnDeviceDocumentScanner.podspec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/WebIdOnDeviceDocumentScanner/12.0.1-SNAPSHOT/WebIdOnDeviceDocumentScanner.podspec b/WebIdOnDeviceDocumentScanner/12.0.1-SNAPSHOT/WebIdOnDeviceDocumentScanner.podspec index a438451..e40209b 100644 --- a/WebIdOnDeviceDocumentScanner/12.0.1-SNAPSHOT/WebIdOnDeviceDocumentScanner.podspec +++ b/WebIdOnDeviceDocumentScanner/12.0.1-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/snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/12.0.1/WebIdOnDeviceDocumentScanner.framework-v12.0.1-SNAPSHOT-1289.zip', :sha256 => 'a9750839fbcf2774bbd99028046d904398c4e645d2865be63f400b9fad65a2a5' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/12.0.1/WebIdOnDeviceDocumentScanner.framework-v12.0.1-SNAPSHOT-1300.zip', :sha256 => '552b62a52848488ec5312e4dd278ae1c04a8e34edf243ff4b1d6852380782d33' } s.swift_versions = ['5.5'] s.frameworks = 'UIKit' @@ -17,5 +17,6 @@ Pod::Spec.new do |s| s.ios.vendored_frameworks = 'WebIdOnDeviceDocumentScanner.xcframework' s.dependency "WebIdDocumentScanner", "12.0.1-SNAPSHOT" #branch:snapshots - s.dependency "WebIdPluginCore", "11.0.1" + s.dependency "DocumentReader", "~> 7.2" + s.dependency "WebIdPluginCore", "12.0.0" end