From 54065fe993fca13fc027702041b7f493e56ec46c Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 30 Mar 2026 13:37:06 +0200 Subject: [PATCH] [Fix] WebIdVideoIdProductPlugin (22.2.4-SNAPSHOT) --- .../22.2.4-SNAPSHOT/WebIdVideoIdProductPlugin.podspec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/WebIdVideoIdProductPlugin/22.2.4-SNAPSHOT/WebIdVideoIdProductPlugin.podspec b/WebIdVideoIdProductPlugin/22.2.4-SNAPSHOT/WebIdVideoIdProductPlugin.podspec index a87e604a..201f08d0 100644 --- a/WebIdVideoIdProductPlugin/22.2.4-SNAPSHOT/WebIdVideoIdProductPlugin.podspec +++ b/WebIdVideoIdProductPlugin/22.2.4-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.2.4/WebIdVideoIdProductPlugin.framework-v22.2.4-SNAPSHOT-1657.zip', :sha256 => '4f18186a4c6b0e94d294674d3e4a265aa9c817a9395472c5c82b3e48256d332f' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdProductPlugin/22.2.4/WebIdVideoIdProductPlugin.framework-v22.2.4-SNAPSHOT-1658.zip', :sha256 => '48a8f1889bae944f0bba9bedab36ed00335a4ddf1f877d2a71e6d92dee75279a' } 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.2.1" - s.dependency "WebIdOnServerDocumentScanner", "21.2.1" - s.dependency "WebIdDigitalSigningPlugin", "21.0.4" - s.dependency "WebIdVideoIdentPlugin", "21.1.2" + s.dependency "WebIdIosIdentScanPlugin", "21.2.2-SNAPSHOT" #branch:snapshots + s.dependency "WebIdOnServerDocumentScanner", "21.2.2-SNAPSHOT" #branch:snapshots + s.dependency "WebIdDigitalSigningPlugin", "21.0.5-SNAPSHOT" #branch:snapshots + s.dependency "WebIdVideoIdentPlugin", "21.1.3-SNAPSHOT" #branch:snapshots end