From e347b337036d48be2eb2508a6f91a8c0864bbfb9 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 9 Mar 2026 14:38:49 +0100 Subject: [PATCH] [Fix] WebIdVideoIdentProductPlugin (15.3.1-SNAPSHOT) --- .../WebIdVideoIdentProductPlugin.podspec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/WebIdVideoIdentProductPlugin/15.3.1-SNAPSHOT/WebIdVideoIdentProductPlugin.podspec b/WebIdVideoIdentProductPlugin/15.3.1-SNAPSHOT/WebIdVideoIdentProductPlugin.podspec index b2047c0..f571d12 100644 --- a/WebIdVideoIdentProductPlugin/15.3.1-SNAPSHOT/WebIdVideoIdentProductPlugin.podspec +++ b/WebIdVideoIdentProductPlugin/15.3.1-SNAPSHOT/WebIdVideoIdentProductPlugin.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/WebIdVideoIdentProductPlugin/15.3.1/WebIdVideoIdentProductPlugin.framework-v15.3.1-SNAPSHOT-1358.zip', :sha256 => '418093101c0250caddbcccfbc7ca5e2248ea3f46c36fd3e1271c4c47f76de2de' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdVideoIdentProductPlugin/15.3.1/WebIdVideoIdentProductPlugin.framework-v15.3.1-SNAPSHOT-1359.zip', :sha256 => 'cf1915710339158a03a5e94ef5cc65fbdee6a9927de914299c320c27c3248767' } 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 = 'WebIdVideoIdentProductPlugin.xcframework' - s.dependency "WebIdIosIdentScanPlugin", "15.1.2-SNAPSHOT" #branch:legacy-snapshots - s.dependency "WebIdOnServerDocumentScanner", "15.1.2-SNAPSHOT" #branch:legacy-snapshots - s.dependency "WebIdDigitalSigningPlugin", "15.1.2-SNAPSHOT" #branch:legacy-snapshots - s.dependency "WebIdVideoIdentPlugin", "15.2.2-SNAPSHOT" #branch:legacy-snapshots + s.dependency "WebIdIosIdentScanPlugin", "15.1.2" + s.dependency "WebIdOnServerDocumentScanner", "15.1.2" + s.dependency "WebIdDigitalSigningPlugin", "15.1.1" + s.dependency "WebIdVideoIdentPlugin", "15.2.1" end