From 3f76db66a973e6005bc38f208f7be72e8d8c7d2d Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Sat, 23 Aug 2025 09:31:40 +0200 Subject: [PATCH] [Fix] WebIdOnServerDocumentScanner (20.1.2-SNAPSHOT) --- .../20.1.2-SNAPSHOT/WebIdOnServerDocumentScanner.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebIdOnServerDocumentScanner/20.1.2-SNAPSHOT/WebIdOnServerDocumentScanner.podspec b/WebIdOnServerDocumentScanner/20.1.2-SNAPSHOT/WebIdOnServerDocumentScanner.podspec index e61062b..c09b25e 100644 --- a/WebIdOnServerDocumentScanner/20.1.2-SNAPSHOT/WebIdOnServerDocumentScanner.podspec +++ b/WebIdOnServerDocumentScanner/20.1.2-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.2/WebIdOnServerDocumentScanner.framework-v20.1.2-SNAPSHOT-1467.zip', :sha256 => '07325d299c0e7e297172353d19e2b64403c714efb4b104cc764afe6b91d90c5c' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdOnServerDocumentScanner/20.1.2/WebIdOnServerDocumentScanner.framework-v20.1.2-SNAPSHOT-1469.zip', :sha256 => '85152cbb94c42ff7e1b607cc6168bdd2e126505468d288c8846826c6ddf14c59' } 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.2-SNAPSHOT" #branch:redesign-v4-snapshots - s.dependency "WebIdPluginCore", "20.1.1-SNAPSHOT" #branch:redesign-v4-snapshots + s.dependency "WebIdPluginCore", "20.2.0" end