From 7b6214efc5f3f746ed5e0f078505194f60388209 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 17 Apr 2025 11:59:13 +0200 Subject: [PATCH] [Fix] WebIdOnServerDocumentScanner (12.3.0-SNAPSHOT) --- .../12.3.0-SNAPSHOT/WebIdOnServerDocumentScanner.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebIdOnServerDocumentScanner/12.3.0-SNAPSHOT/WebIdOnServerDocumentScanner.podspec b/WebIdOnServerDocumentScanner/12.3.0-SNAPSHOT/WebIdOnServerDocumentScanner.podspec index f879a91..7ec50b9 100644 --- a/WebIdOnServerDocumentScanner/12.3.0-SNAPSHOT/WebIdOnServerDocumentScanner.podspec +++ b/WebIdOnServerDocumentScanner/12.3.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/snapshots/de/webid-solutions/WebIdOnServerDocumentScanner/12.3.0/WebIdOnServerDocumentScanner.framework-v12.3.0-SNAPSHOT-1334.zip', :sha256 => '0ce61d552b314f075995738f73805f6f3753b004bbf5bdd64857ac91a40ca486' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdOnServerDocumentScanner/12.3.0/WebIdOnServerDocumentScanner.framework-v12.3.0-SNAPSHOT-1335.zip', :sha256 => 'a264cc6a24fc3eef20069490ddb5f7daa192e2ff98e57c01c9a1d9c34ffeed53' } 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", "12.3.0-SNAPSHOT" #branch:snapshots - s.dependency "WebIdPluginCore", "12.1.0" + s.dependency "WebIdPluginCore", "12.2.0" end