From a37e09a9c41c55de387921c047ed1f88fad096d4 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 9 Jun 2026 12:59:10 +0200 Subject: [PATCH] [Fix] WebIdVideoIdentPlugin (15.3.1-SNAPSHOT) --- .../15.3.1-SNAPSHOT/WebIdVideoIdentPlugin.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebIdVideoIdentPlugin/15.3.1-SNAPSHOT/WebIdVideoIdentPlugin.podspec b/WebIdVideoIdentPlugin/15.3.1-SNAPSHOT/WebIdVideoIdentPlugin.podspec index 5ed529f..6999f61 100644 --- a/WebIdVideoIdentPlugin/15.3.1-SNAPSHOT/WebIdVideoIdentPlugin.podspec +++ b/WebIdVideoIdentPlugin/15.3.1-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/legacy-snapshots/de/webid-solutions/WebIdVideoIdentPlugin/15.3.1/WebIdVideoIdentPlugin.framework-v15.3.1-SNAPSHOT-415.zip', :sha256 => '6a8521a63aa21fdcc238ee7b238368ebf2cf4cb796fae5bf6427c824fec74260' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdVideoIdentPlugin/15.3.1/WebIdVideoIdentPlugin.framework-v15.3.1-SNAPSHOT-416.zip', :sha256 => '7eb25061ade90092e46a746d14e4326db34978aeace1e2b41393d761baad2165' } s.swift_versions = ['5.5'] s.frameworks = 'UIKit' @@ -18,6 +18,6 @@ Pod::Spec.new do |s| s.dependency "DeviceKit", "5.2.2" s.dependency "AhoyKit", "6.1.0" - s.dependency "WebIdPluginCore", "15.1.2-SNAPSHOT" #branch:legacy-snapshots + s.dependency "WebIdPluginCore", "15.2.1-SNAPSHOT" #branch:legacy-snapshots s.dependency "AhoyWebRTC", "1.8.0" end