From 7c8299846906f4084477a49f10ba56b3389cb558 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 12 Nov 2025 15:50:38 +0100 Subject: [PATCH] [Fix] WebIdMetaPlugin (21.1.3-SNAPSHOT) --- .../21.1.3-SNAPSHOT/WebIdMetaPlugin.podspec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/WebIdMetaPlugin/21.1.3-SNAPSHOT/WebIdMetaPlugin.podspec b/WebIdMetaPlugin/21.1.3-SNAPSHOT/WebIdMetaPlugin.podspec index bf4ed84..77fa6a1 100644 --- a/WebIdMetaPlugin/21.1.3-SNAPSHOT/WebIdMetaPlugin.podspec +++ b/WebIdMetaPlugin/21.1.3-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.3/WebIdMetaPlugin.framework-v21.1.3-SNAPSHOT-1544.zip', :sha256 => '6a488280dd330d209d2a4758808699cbe6098bed688046e55a446944c22add91' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdMetaPlugin/21.1.3/WebIdMetaPlugin.framework-v21.1.3-SNAPSHOT-1541.zip', :sha256 => '561539119d30e2d498abc8983d58c8f51c06cb2afb1baee2bdd9295cd3e2315e' } 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:experimental - s.dependency "WebIdDigitalSigningPlugin", "20.3.2-SNAPSHOT" #branch:experimental - s.dependency "WebIdIosIdentScanPlugin", "20.3.6-SNAPSHOT" #branch:experimental - s.dependency "WebIdOnServerDocumentScanner", "20.3.6-SNAPSHOT" #branch:experimental + s.dependency "WebIdVideoIdentPlugin", "20.3.1-SNAPSHOT" #branch:snapshots + s.dependency "WebIdDigitalSigningPlugin", "20.3.4-SNAPSHOT" #branch:snapshots + s.dependency "WebIdIosIdentScanPlugin", "20.3.6-SNAPSHOT" #branch:snapshots + s.dependency "WebIdOnServerDocumentScanner", "20.3.6-SNAPSHOT" #branch:snapshots end