From 483b742033d0e8ca34ad2547a2c9812166956c32 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 27 Mar 2026 16:06:52 +0100 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 98a84d8..3a3850e 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-1656.zip', :sha256 => '2f2f3ac055e1d51abd7e8ff5f494a6a67c552b0dcfd727877046517c10a5bb2b' } + 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 => 'dfc449b2d08d6d0312d674613e4b00db7ede91c0cff8a9d6754e4287a1ebf504' } 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.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 + s.dependency "WebIdIosIdentScanPlugin", "21.2.1" + s.dependency "WebIdOnServerDocumentScanner", "21.2.1" + s.dependency "WebIdDigitalSigningPlugin", "21.0.4" + s.dependency "WebIdVideoIdentPlugin", "21.1.2" end