From b97702befb66d95fae9ea371e2e82c0e2212bffc Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 12 Jan 2026 09:48:31 +0100 Subject: [PATCH] [Fix] WebIdMetaPlugin (15.1.5-SNAPSHOT) --- .../15.1.5-SNAPSHOT/WebIdMetaPlugin.podspec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/WebIdMetaPlugin/15.1.5-SNAPSHOT/WebIdMetaPlugin.podspec b/WebIdMetaPlugin/15.1.5-SNAPSHOT/WebIdMetaPlugin.podspec index 4741ef3..ade7b21 100644 --- a/WebIdMetaPlugin/15.1.5-SNAPSHOT/WebIdMetaPlugin.podspec +++ b/WebIdMetaPlugin/15.1.5-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/legacy-snapshots/de/webid-solutions/WebIdMetaPlugin/15.1.5/WebIdMetaPlugin.framework-v15.1.5-SNAPSHOT-1344.zip', :sha256 => 'f193a823d0103c9a47135482ce0b85fe1b2a841d5cbd210b612d0ae2ab5b0b03' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdMetaPlugin/15.1.5/WebIdMetaPlugin.framework-v15.1.5-SNAPSHOT-1347.zip', :sha256 => '5223417ff6eb3b8993b7426202733792587af9157ef10ab4f32b2a11171bf141' } s.swift_versions = ['5.5'] s.frameworks = 'UIKit' @@ -17,8 +17,8 @@ Pod::Spec.new do |s| s.ios.vendored_frameworks = 'WebIdMetaPlugin.xcframework' s.dependency "WebIdVideoIdentProductPlugin", "15.1.5-SNAPSHOT" #branch:legacy-snapshots - s.dependency "WebIdVideoIdentPlugin", "15.1.2-SNAPSHOT" #branch:legacy-snapshots - s.dependency "WebIdDigitalSigningPlugin", "15.0.3-SNAPSHOT" #branch:legacy-snapshots - s.dependency "WebIdIosIdentScanPlugin", "15.0.3-SNAPSHOT" #branch:legacy-snapshots - s.dependency "WebIdOnServerDocumentScanner", "15.0.3-SNAPSHOT" #branch:legacy-snapshots + s.dependency "WebIdVideoIdentPlugin", "15.2.0" + s.dependency "WebIdDigitalSigningPlugin", "15.1.0" + s.dependency "WebIdIosIdentScanPlugin", "15.1.0" + s.dependency "WebIdOnServerDocumentScanner", "15.1.0" end