From 407cff7db6723129550728dd08aa67f36fa5eab1 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 4 Aug 2025 11:41:50 +0200 Subject: [PATCH] [Fix] WebIdOnServerDocumentScanner (20.1.1-SNAPSHOT) --- .../20.1.1-SNAPSHOT/WebIdOnServerDocumentScanner.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebIdOnServerDocumentScanner/20.1.1-SNAPSHOT/WebIdOnServerDocumentScanner.podspec b/WebIdOnServerDocumentScanner/20.1.1-SNAPSHOT/WebIdOnServerDocumentScanner.podspec index 05006a6..f84b67c 100644 --- a/WebIdOnServerDocumentScanner/20.1.1-SNAPSHOT/WebIdOnServerDocumentScanner.podspec +++ b/WebIdOnServerDocumentScanner/20.1.1-SNAPSHOT/WebIdOnServerDocumentScanner.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/WebIdOnServerDocumentScanner/20.1.1/WebIdOnServerDocumentScanner.framework-v20.1.1-SNAPSHOT-1455.zip', :sha256 => '8886265b392be64c85eb8f453e56eeadf0d4e4bb1e23a11cdb25bd3687f300cc' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdOnServerDocumentScanner/20.1.1/WebIdOnServerDocumentScanner.framework-v20.1.1-SNAPSHOT-1458.zip', :sha256 => 'cd9f90ee6b313569454bbacf96ab54146535736b74ab3e65e212adc3ada0960b' } s.swift_versions = ['5.5'] s.frameworks = 'UIKit' @@ -17,5 +17,5 @@ Pod::Spec.new do |s| s.ios.vendored_frameworks = 'WebIdOnServerDocumentScanner.xcframework' s.dependency "WebIdDocumentScanner", "20.1.1-SNAPSHOT" #branch:redesign-v4-snapshots - s.dependency "WebIdPluginCore", "20.0.1-SNAPSHOT" #branch:redesign-v4-snapshots + s.dependency "WebIdPluginCore", "20.1.0" end