From 38f2f669bf2a7f5d8a67a5086cb2f79e64c13bb8 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 12 Jun 2025 13:29:43 +0200 Subject: [PATCH] [Fix] WebIdMetaPlugin (13.4.1-SNAPSHOT) --- WebIdMetaPlugin/13.4.1-SNAPSHOT/WebIdMetaPlugin.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WebIdMetaPlugin/13.4.1-SNAPSHOT/WebIdMetaPlugin.podspec b/WebIdMetaPlugin/13.4.1-SNAPSHOT/WebIdMetaPlugin.podspec index ce2cb6b..fcc5166 100644 --- a/WebIdMetaPlugin/13.4.1-SNAPSHOT/WebIdMetaPlugin.podspec +++ b/WebIdMetaPlugin/13.4.1-SNAPSHOT/WebIdMetaPlugin.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/WebIdMetaPlugin/13.4.1/WebIdMetaPlugin.framework-v13.4.1-SNAPSHOT-1280.zip', :sha256 => 'f1b51be15317b82067ae7b8ac61ff18eb3b7ede91bde9dd471ef3e598b71ea2d' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdMetaPlugin/13.4.1/WebIdMetaPlugin.framework-v13.4.1-SNAPSHOT-1281.zip', :sha256 => '28da92b0d4ed1f0a5d578bdf321d055658d58ce023cc9e944b0ce2b8785e1811' } s.swift_versions = ['5.5'] s.frameworks = 'UIKit' @@ -19,6 +19,6 @@ Pod::Spec.new do |s| s.dependency "WebIdVideoIdentProductPlugin", "13.4.1-SNAPSHOT" #branch:snapshots s.dependency "WebIdVideoIdentPlugin", "10.7.2" s.dependency "WebIdDigitalSigningPlugin", "11.4.2" - s.dependency "WebIdIosIdentScanPlugin", "12.5.2" - s.dependency "WebIdOnServerDocumentScanner", "12.5.2" + s.dependency "WebIdIosIdentScanPlugin", "12.5.3" + s.dependency "WebIdOnServerDocumentScanner", "12.5.3" end