From 0153e51393785b3f58262667db0d52ac7a41951e Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 3 Nov 2025 16:35:22 +0100 Subject: [PATCH] [Fix] WebIdMetaPlugin (21.1.2-SNAPSHOT) --- .../21.1.2-SNAPSHOT/WebIdMetaPlugin.podspec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/WebIdMetaPlugin/21.1.2-SNAPSHOT/WebIdMetaPlugin.podspec b/WebIdMetaPlugin/21.1.2-SNAPSHOT/WebIdMetaPlugin.podspec index 813c68f..2528a27 100644 --- a/WebIdMetaPlugin/21.1.2-SNAPSHOT/WebIdMetaPlugin.podspec +++ b/WebIdMetaPlugin/21.1.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.1.2/WebIdMetaPlugin.framework-v21.1.2-SNAPSHOT-1536.zip', :sha256 => '464d6e350808ebd3c4186a0c518a40d5f3b90193e6f9e784300ac554871977db' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdMetaPlugin/21.1.2/WebIdMetaPlugin.framework-v21.1.2-SNAPSHOT-1539.zip', :sha256 => '18c55be219cee864e6ca10d2c515d75f16952d346a5d66772d58d6a1eec6c14a' } 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.3.1-SNAPSHOT" #branch:snapshots - s.dependency "WebIdDigitalSigningPlugin", "20.3.2-SNAPSHOT" #branch:snapshots - s.dependency "WebIdIosIdentScanPlugin", "20.3.6-SNAPSHOT" #branch:snapshots - s.dependency "WebIdOnServerDocumentScanner", "20.3.6-SNAPSHOT" #branch:snapshots + s.dependency "WebIdVideoIdentPlugin", "20.3.0" + s.dependency "WebIdDigitalSigningPlugin", "20.3.3" + s.dependency "WebIdIosIdentScanPlugin", "20.3.5" + s.dependency "WebIdOnServerDocumentScanner", "20.3.5" end