From d2085075578c6199ff07f9c02bafde5f8142d6af Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 23 Jan 2025 14:54:29 +0100 Subject: [PATCH] [Fix] WebIdVideoIdentPlugin (10.4.0-SNAPSHOT) --- .../10.4.0-SNAPSHOT/WebIdVideoIdentPlugin.podspec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/WebIdVideoIdentPlugin/10.4.0-SNAPSHOT/WebIdVideoIdentPlugin.podspec b/WebIdVideoIdentPlugin/10.4.0-SNAPSHOT/WebIdVideoIdentPlugin.podspec index a56fac9..94d1b41 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-357.zip', :sha256 => 'd38aaf36334fc35bdfb8b25071fa2fe02ac2e104d8656061656397ca688d3736' } + 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-357.zip', :sha256 => '0b31c62386d199502a1191ed4d1d960d9afa7efe4a1b671eb7809e602f652b2e' } s.swift_versions = ['5.5'] s.frameworks = 'UIKit' @@ -16,7 +16,8 @@ Pod::Spec.new do |s| s.ios.deployment_target = '13.0' s.ios.vendored_frameworks = 'WebIdVideoIdentPlugin.xcframework' + s.dependency "DeviceKit", "5.2.2" s.dependency "AhoyKit", "6.1.0" - s.dependency "WebIdPluginCore", "12.1.0-SNAPSHOT" #branch:snapshots + s.dependency "WebIdPluginCore", "12.1.0" s.dependency "AhoyWebRTC", "1.8.0" end