From cc8516602e99df8e38ba1bd8f19e952eae5c01d8 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 25 Jul 2024 11:31:28 +0200 Subject: [PATCH] [Fix] WebIdOnServerDocumentScanner (12.0.1-SNAPSHOT) --- .../12.0.1-SNAPSHOT/WebIdOnServerDocumentScanner.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebIdOnServerDocumentScanner/12.0.1-SNAPSHOT/WebIdOnServerDocumentScanner.podspec b/WebIdOnServerDocumentScanner/12.0.1-SNAPSHOT/WebIdOnServerDocumentScanner.podspec index 84aad6e..99084c2 100644 --- a/WebIdOnServerDocumentScanner/12.0.1-SNAPSHOT/WebIdOnServerDocumentScanner.podspec +++ b/WebIdOnServerDocumentScanner/12.0.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/snapshots/de/webid-solutions/WebIdOnServerDocumentScanner/12.0.1/WebIdOnServerDocumentScanner.framework-v12.0.1-SNAPSHOT-1289.zip', :sha256 => '5bec57a9d716208cd34c9afb56a299d27d11851cff83d4af3d1e49ce56d3869e' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdOnServerDocumentScanner/12.0.1/WebIdOnServerDocumentScanner.framework-v12.0.1-SNAPSHOT-1300.zip', :sha256 => '28ecd96c70a1824749d02bb96ab393c7cdbe5fdd21ec1f7483266ec91d5eec41' } 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.0.1-SNAPSHOT" #branch:snapshots - s.dependency "WebIdPluginCore", "11.0.1" + s.dependency "WebIdPluginCore", "12.0.0" end