From 14cd089fb06b1dbe73ecd11fbd93c6a66655be0f Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 11 Aug 2025 16:01:28 +0200 Subject: [PATCH] [Fix] WebIdOnDeviceDocumentScanner (20.1.2-SNAPSHOT) --- .../20.1.2-SNAPSHOT/WebIdOnDeviceDocumentScanner.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebIdOnDeviceDocumentScanner/20.1.2-SNAPSHOT/WebIdOnDeviceDocumentScanner.podspec b/WebIdOnDeviceDocumentScanner/20.1.2-SNAPSHOT/WebIdOnDeviceDocumentScanner.podspec index ff392ec..c6c1b7e 100644 --- a/WebIdOnDeviceDocumentScanner/20.1.2-SNAPSHOT/WebIdOnDeviceDocumentScanner.podspec +++ b/WebIdOnDeviceDocumentScanner/20.1.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/redesign-v4-snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/20.1.2/WebIdOnDeviceDocumentScanner.framework-v20.1.2-SNAPSHOT-1461.zip', :sha256 => 'c8317dbd11dbc973770ed7fe53b4908a391179f739276e986109959313f514d2' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/20.1.2/WebIdOnDeviceDocumentScanner.framework-v20.1.2-SNAPSHOT-1462.zip', :sha256 => '05558d3efef499bddc8abc33a51070703b217e8a5d43e03f58d3badcd739cd9d' } 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", "20.1.2-SNAPSHOT" #branch:redesign-v4-snapshots - s.dependency "WebIdPluginCore", "20.0.1-SNAPSHOT" #branch:redesign-v4-snapshots + s.dependency "WebIdPluginCore", "20.1.1-SNAPSHOT" #branch:redesign-v4-snapshots s.dependency "DocumentReader", "7.5.4221" s.dependency "DocumentReaderFull", "7.5.11015" end