From 9976430ac7a797f5c4c2a61f7bfb639ca71b12fd Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 8 Jan 2026 15:11:37 +0100 Subject: [PATCH] [Fix] WebIdVideoIdentPlugin (15.1.2-SNAPSHOT) --- .../15.1.2-SNAPSHOT/WebIdVideoIdentPlugin.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebIdVideoIdentPlugin/15.1.2-SNAPSHOT/WebIdVideoIdentPlugin.podspec b/WebIdVideoIdentPlugin/15.1.2-SNAPSHOT/WebIdVideoIdentPlugin.podspec index 65dfe54..46753e3 100644 --- a/WebIdVideoIdentPlugin/15.1.2-SNAPSHOT/WebIdVideoIdentPlugin.podspec +++ b/WebIdVideoIdentPlugin/15.1.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/legacy-snapshots/de/webid-solutions/WebIdVideoIdentPlugin/15.1.2/WebIdVideoIdentPlugin.framework-v15.1.2-SNAPSHOT-394.zip', :sha256 => '69670cee7e24e7f8951cd031ed6233d4a100c5f294955a87dba77e3670e7fe4a' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdVideoIdentPlugin/15.1.2/WebIdVideoIdentPlugin.framework-v15.1.2-SNAPSHOT-395.zip', :sha256 => 'df8b224eae9837f6d6a9daac3b9dace79c10724caadf4671611133b32c17575d' } 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.0.2-SNAPSHOT" #branch:legacy-snapshots + s.dependency "WebIdPluginCore", "15.0.3-SNAPSHOT" #branch:legacy-snapshots s.dependency "AhoyWebRTC", "1.8.0" end