From 8d13bc4cbaf0eff22185cf1a149434dbfac9ed58 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 8 Jan 2026 16:15:18 +0100 Subject: [PATCH] [Fix] WebIdMetaPlugin (21.2.2-SNAPSHOT) --- .../21.2.2-SNAPSHOT/WebIdMetaPlugin.podspec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/WebIdMetaPlugin/21.2.2-SNAPSHOT/WebIdMetaPlugin.podspec b/WebIdMetaPlugin/21.2.2-SNAPSHOT/WebIdMetaPlugin.podspec index 4bac916..e24807a 100644 --- a/WebIdMetaPlugin/21.2.2-SNAPSHOT/WebIdMetaPlugin.podspec +++ b/WebIdMetaPlugin/21.2.2-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.2.2/WebIdMetaPlugin.framework-v21.2.2-SNAPSHOT-1555.zip', :sha256 => '41f65b1ffc9b87a61525c12c57d2a663bb206c814cbf4e251155f7272b5ec182' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdMetaPlugin/21.2.2/WebIdMetaPlugin.framework-v21.2.2-SNAPSHOT-1569.zip', :sha256 => '77097537c9a45fb60374ff77c002339a43b727b17cd2624a3ac5a93811819136' } 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.4.1-SNAPSHOT" #branch:snapshots - s.dependency "WebIdDigitalSigningPlugin", "20.4.2-SNAPSHOT" #branch:snapshots - s.dependency "WebIdIosIdentScanPlugin", "20.4.2-SNAPSHOT" #branch:snapshots - s.dependency "WebIdOnServerDocumentScanner", "20.4.2-SNAPSHOT" #branch:snapshots + s.dependency "WebIdVideoIdentPlugin", "21.0.0" + s.dependency "WebIdDigitalSigningPlugin", "21.0.0" + s.dependency "WebIdIosIdentScanPlugin", "21.0.0" + s.dependency "WebIdOnServerDocumentScanner", "21.0.0" end