From f2eb1c1802b5a012493cb16a46146a8c1c5999b7 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 18 Mar 2025 10:04:47 +0100 Subject: [PATCH] [Update] WebIdVideoIdentPlugin (11.2.3) --- .../11.2.3/WebIdVideoIdentPlugin.podspec | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 WebIdVideoIdentPlugin/11.2.3/WebIdVideoIdentPlugin.podspec diff --git a/WebIdVideoIdentPlugin/11.2.3/WebIdVideoIdentPlugin.podspec b/WebIdVideoIdentPlugin/11.2.3/WebIdVideoIdentPlugin.podspec new file mode 100644 index 0000000..78944d0 --- /dev/null +++ b/WebIdVideoIdentPlugin/11.2.3/WebIdVideoIdentPlugin.podspec @@ -0,0 +1,23 @@ +Pod::Spec.new do |s| + s.name = 'WebIdVideoIdentPlugin' + s.version = '11.2.3' + s.summary = 'The WebID video-ident plugin for iOS.' + + s.homepage = 'https://webid-solutions.de/' + s.license = { :type => 'Commercial', :text => 'Copyright (C) 2013 - 2024 WebID Solutions GmbH | www.webid-solutions.de. All Rights Reserved' } + s.author = { 'WebID Solutions GmbH' => 'it-service@webid-solutions.de' } + + s.platform = :ios + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdVideoIdentPlugin/11.2.3/WebIdVideoIdentPlugin.framework-v11.2.3.zip', :sha256 => '1ad36a43fcbdd687cb72cb6397cf274f1ccd2e35584acb25ae9b150324aefcc8' } + s.swift_versions = ['5.5'] + + s.frameworks = 'UIKit' + + s.ios.deployment_target = '13.0' + s.ios.vendored_frameworks = 'WebIdVideoIdentPlugin.xcframework' + + s.dependency "WebIdPluginCore", "13.3.1" + s.dependency "DeviceKit", "5.2.2" + s.dependency "AhoyKit", "6.1.0" + s.dependency "AhoyWebRTC", "1.8.0" +end