From 91a460eb445074062006e7515458a7f8bf0ceed1 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 6 Sep 2024 22:21:39 +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 018577c..78ff6ba 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-1309.zip', :sha256 => 'f65a12ae0d4a327f33952f817d70d05f202226eeb0c01d67060f226bb14791f2' } + 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-1308.zip', :sha256 => '096b4cb711cddebd7079fccd97881f094ad46121e7e0cbe08a42feecbd486eb5' } 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.0.0" + s.dependency "WebIdPluginCore", "~> 13.0.1" end