From 95bcbf9f033d12ca888c434e33af9cfd9cfe25e1 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 5 Feb 2026 13:38:18 +0100 Subject: [PATCH] [Fix] WebIdVideoIdentPlugin (21.0.2-SNAPSHOT) --- .../21.0.2-SNAPSHOT/WebIdVideoIdentPlugin.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebIdVideoIdentPlugin/21.0.2-SNAPSHOT/WebIdVideoIdentPlugin.podspec b/WebIdVideoIdentPlugin/21.0.2-SNAPSHOT/WebIdVideoIdentPlugin.podspec index 336ab90..b1585c2 100644 --- a/WebIdVideoIdentPlugin/21.0.2-SNAPSHOT/WebIdVideoIdentPlugin.podspec +++ b/WebIdVideoIdentPlugin/21.0.2-SNAPSHOT/WebIdVideoIdentPlugin.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/WebIdVideoIdentPlugin/21.0.2/WebIdVideoIdentPlugin.framework-v21.0.2-SNAPSHOT-529.zip', :sha256 => '96aad2c2c3a31d8046ab2c3cae0396a5b93e4de0eb6737dc687cdc04850b37e0' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdentPlugin/21.0.2/WebIdVideoIdentPlugin.framework-v21.0.2-SNAPSHOT-533.zip', :sha256 => 'edc2fde18bdc4e41c2757393f20093299d01cc80432e7ae3dd41134f09bca394' } s.swift_versions = ['5.5'] s.frameworks = 'UIKit' @@ -16,7 +16,7 @@ Pod::Spec.new do |s| s.ios.deployment_target = '13.0' s.ios.vendored_frameworks = 'WebIdVideoIdentPlugin.xcframework' - s.dependency "WebIdPluginCore", "21.0.2-SNAPSHOT" #branch:snapshots + s.dependency "WebIdPluginCore", "21.0.2" s.dependency "AhoyKit", "6.1.0" s.dependency "AhoyWebRTC", "1.8.0" end