From 63da9d8bd4205dc25e79b335188971c266d141ea Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Sat, 23 Aug 2025 09:31:22 +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 227ecf8..4b78ee7 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-1467.zip', :sha256 => '65f6eeed8b8d3417591943062eb1c02ec6c9f69cfe6943b2d08347d75d3dee5d' } + 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-1469.zip', :sha256 => 'bd821e4e120fdbdedb774d046a3c1045bfa442363c6d1241aa7e7d1cd63e3087' } 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.1.1-SNAPSHOT" #branch:redesign-v4-snapshots + s.dependency "WebIdPluginCore", "20.2.0" s.dependency "DocumentReader", "7.5.4221" s.dependency "DocumentReaderFull", "7.5.11015" end