From 33a113d4e22c0e0e063c237346ce6794b21756e8 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 4 Dec 2025 10:28:44 +0100 Subject: [PATCH] [Fix] WebIdOnDeviceDocumentScanner (15.0.2-SNAPSHOT) --- .../15.0.2-SNAPSHOT/WebIdOnDeviceDocumentScanner.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebIdOnDeviceDocumentScanner/15.0.2-SNAPSHOT/WebIdOnDeviceDocumentScanner.podspec b/WebIdOnDeviceDocumentScanner/15.0.2-SNAPSHOT/WebIdOnDeviceDocumentScanner.podspec index b97cd6b..3acf4ab 100644 --- a/WebIdOnDeviceDocumentScanner/15.0.2-SNAPSHOT/WebIdOnDeviceDocumentScanner.podspec +++ b/WebIdOnDeviceDocumentScanner/15.0.2-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/legacy-snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/15.0.2/WebIdOnDeviceDocumentScanner.framework-v15.0.2-SNAPSHOT-1380.zip', :sha256 => 'd709685fe8f0a3a5ee0f27677044eee8c7ae8bfb7f7915e7286d5df7ab3be680' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/15.0.2/WebIdOnDeviceDocumentScanner.framework-v15.0.2-SNAPSHOT-1381.zip', :sha256 => '54cd0e49878e8ff593666e2c8b41ddacfa7aed513a07eda8e5fba2ebc0e6a79b' } s.swift_versions = ['5.5'] s.frameworks = 'UIKit' @@ -17,7 +17,7 @@ Pod::Spec.new do |s| s.ios.vendored_frameworks = 'WebIdOnDeviceDocumentScanner.xcframework' s.dependency "WebIdDocumentScanner", "15.0.2-SNAPSHOT" #branch:legacy-snapshots - s.dependency "WebIdPluginCore", "15.0.2-SNAPSHOT" #branch:legacy-snapshots + s.dependency "WebIdPluginCore", "15.0.1" s.dependency "DocumentReader", "7.5.4221" s.dependency "DocumentReaderFull", "7.5.11015" end