From 497a0f41dffbaf665acfc582f89f38c05d58558d Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 23 Oct 2024 14:56:03 +0200 Subject: [PATCH] [Fix] WebIdOnServerDocumentScanner (13.0.0-SNAPSHOT) --- .../13.0.0-SNAPSHOT/WebIdOnServerDocumentScanner.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebIdOnServerDocumentScanner/13.0.0-SNAPSHOT/WebIdOnServerDocumentScanner.podspec b/WebIdOnServerDocumentScanner/13.0.0-SNAPSHOT/WebIdOnServerDocumentScanner.podspec index 9bec25d..6bd8694 100644 --- a/WebIdOnServerDocumentScanner/13.0.0-SNAPSHOT/WebIdOnServerDocumentScanner.podspec +++ b/WebIdOnServerDocumentScanner/13.0.0-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/13.0.0/WebIdOnServerDocumentScanner.framework-v13.0.0-SNAPSHOT-1322.zip', :sha256 => '36d5eb155d34f5ebbf9f974ea351ebd5bf454625947d2a17b6bf89736de5455e' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdOnServerDocumentScanner/13.0.0/WebIdOnServerDocumentScanner.framework-v13.0.0-SNAPSHOT-1324.zip', :sha256 => '3cb78af6466d88d03b8359403f1507ca1888ae703770ffd384b461bb2e40d4d1' } 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", "13.0.0-SNAPSHOT" #branch:redesign-v4-snapshots - s.dependency "WebIdPluginCore", "13.1.0" + s.dependency "WebIdPluginCore", "13.1.1-SNAPSHOT" #branch:redesign-v4-snapshots end