From 3a6033c5e291e12342ff281b4d1ca552e0adf55b Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 16 Apr 2025 13:20:02 +0200 Subject: [PATCH] [Fix] WebIdVideoIdentPlugin (10.4.0-SNAPSHOT) --- .../10.4.0-SNAPSHOT/WebIdVideoIdentPlugin.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebIdVideoIdentPlugin/10.4.0-SNAPSHOT/WebIdVideoIdentPlugin.podspec b/WebIdVideoIdentPlugin/10.4.0-SNAPSHOT/WebIdVideoIdentPlugin.podspec index 8ae3119..101df07 100644 --- a/WebIdVideoIdentPlugin/10.4.0-SNAPSHOT/WebIdVideoIdentPlugin.podspec +++ b/WebIdVideoIdentPlugin/10.4.0-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/10.4.0/WebIdVideoIdentPlugin.framework-v10.4.0-SNAPSHOT-358.zip', :sha256 => 'a2e15ab5484d363944d7d14091dc48204c1f5640131b0687ded3cfe3489be219' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdentPlugin/10.4.0/WebIdVideoIdentPlugin.framework-v10.4.0-SNAPSHOT-359.zip', :sha256 => '235918de969d23c8a5c109cef4621d699008226288c3ce2d45104605387b678b' } 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", "12.1.0" + s.dependency "WebIdPluginCore", "12.2.0" s.dependency "AhoyWebRTC", "1.8.0" end