From 11536e2d08d43a0f24fe0081a62793c6948c7b69 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 6 Feb 2026 13:16:30 +0100 Subject: [PATCH] [Fix] WebIdVideoIdProductPlugin (22.0.2-SNAPSHOT) --- .../22.0.2-SNAPSHOT/WebIdVideoIdProductPlugin.podspec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/WebIdVideoIdProductPlugin/22.0.2-SNAPSHOT/WebIdVideoIdProductPlugin.podspec b/WebIdVideoIdProductPlugin/22.0.2-SNAPSHOT/WebIdVideoIdProductPlugin.podspec index 5e3cdf2..8621abc 100644 --- a/WebIdVideoIdProductPlugin/22.0.2-SNAPSHOT/WebIdVideoIdProductPlugin.podspec +++ b/WebIdVideoIdProductPlugin/22.0.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/22.0.2/WebIdVideoIdProductPlugin.framework-v22.0.2-SNAPSHOT-1579.zip', :sha256 => '04c1bd8b48069e144c61d6da5d7d7aaac277a21610671490715306e4bd9cf14f' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdProductPlugin/22.0.2/WebIdVideoIdProductPlugin.framework-v22.0.2-SNAPSHOT-1582.zip', :sha256 => 'b26f3131826d3de7797076319c060dab51253370a057e74b83790363227108f9' } 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", "21.0.2-SNAPSHOT" #branch:snapshots - s.dependency "WebIdOnServerDocumentScanner", "21.0.2-SNAPSHOT" #branch:snapshots - s.dependency "WebIdDigitalSigningPlugin", "21.0.2-SNAPSHOT" #branch:snapshots - s.dependency "WebIdVideoIdentPlugin", "21.0.2-SNAPSHOT" #branch:snapshots + s.dependency "WebIdIosIdentScanPlugin", "21.1.0" + s.dependency "WebIdOnServerDocumentScanner", "21.1.0" + s.dependency "WebIdDigitalSigningPlugin", "21.0.2" + s.dependency "WebIdVideoIdentPlugin", "21.1.0" end