From ca2637ae3908d137597a22060a46aca1c7cb8611 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 2 Oct 2025 14:30:20 +0200 Subject: [PATCH] [Fix] WebIdMetaPlugin (21.0.4-SNAPSHOT) --- .../21.0.4-SNAPSHOT/WebIdMetaPlugin.podspec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/WebIdMetaPlugin/21.0.4-SNAPSHOT/WebIdMetaPlugin.podspec b/WebIdMetaPlugin/21.0.4-SNAPSHOT/WebIdMetaPlugin.podspec index e2a79b9..e62fe36 100644 --- a/WebIdMetaPlugin/21.0.4-SNAPSHOT/WebIdMetaPlugin.podspec +++ b/WebIdMetaPlugin/21.0.4-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/21.0.4/WebIdMetaPlugin.framework-v21.0.4-SNAPSHOT-1520.zip', :sha256 => 'ccc3aafa3eadd458063e0375a88017446e52d42188ee02e0d47beb55b946a58c' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdMetaPlugin/21.0.4/WebIdMetaPlugin.framework-v21.0.4-SNAPSHOT-1525.zip', :sha256 => '9762964e44d5ffd170f796b133e25c2c2a651eef95cc6ae18f1ec9a96415118b' } s.swift_versions = ['5.5'] s.frameworks = 'UIKit' @@ -16,8 +16,8 @@ Pod::Spec.new do |s| s.ios.deployment_target = '13.0' s.ios.vendored_frameworks = 'WebIdMetaPlugin.xcframework' - s.dependency "WebIdVideoIdentPlugin", "20.2.3-SNAPSHOT" #branch:snapshots - s.dependency "WebIdDigitalSigningPlugin", "20.2.2-SNAPSHOT" #branch:snapshots - s.dependency "WebIdIosIdentScanPlugin", "20.2.2-SNAPSHOT" #branch:snapshots - s.dependency "WebIdOnServerDocumentScanner", "20.2.2-SNAPSHOT" #branch:snapshots + s.dependency "WebIdVideoIdentPlugin", "20.3.0" + s.dependency "WebIdDigitalSigningPlugin", "20.3.1" + s.dependency "WebIdIosIdentScanPlugin", "20.3.0" + s.dependency "WebIdOnServerDocumentScanner", "20.3.0" end