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