From 750d5eb1d4a4a100ba1e73b239de97c174070fc6 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 10 Oct 2025 08:18:47 +0200 Subject: [PATCH] [Fix] WebIdOnDeviceDocumentScanner (15.0.1-SNAPSHOT) --- .../15.0.1-SNAPSHOT/WebIdOnDeviceDocumentScanner.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebIdOnDeviceDocumentScanner/15.0.1-SNAPSHOT/WebIdOnDeviceDocumentScanner.podspec b/WebIdOnDeviceDocumentScanner/15.0.1-SNAPSHOT/WebIdOnDeviceDocumentScanner.podspec index dafe278..48c220e 100644 --- a/WebIdOnDeviceDocumentScanner/15.0.1-SNAPSHOT/WebIdOnDeviceDocumentScanner.podspec +++ b/WebIdOnDeviceDocumentScanner/15.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/legacy-snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/15.0.1/WebIdOnDeviceDocumentScanner.framework-v15.0.1-SNAPSHOT-1371.zip', :sha256 => '56903b5e6bc6e7b83b88eea4f00367f49843d10fb3eb06d3302de3266157d70e' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/15.0.1/WebIdOnDeviceDocumentScanner.framework-v15.0.1-SNAPSHOT-1372.zip', :sha256 => '2288734a726b82ade4fe51d39ba22caed7a7a20cbd93c724c2cd59253e2c2f39' } 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.1-SNAPSHOT" #branch:legacy-snapshots - s.dependency "WebIdPluginCore", "15.0.1-SNAPSHOT" #branch:legacy-snapshots + s.dependency "WebIdPluginCore", "15.0.2-SNAPSHOT" #branch:legacy-snapshots s.dependency "DocumentReader", "7.5.4221" s.dependency "DocumentReaderFull", "7.5.11015" end