From f7aba6d5c1188e18c86ce3467ab7fa4e5c61512c Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 17 Apr 2025 21:13:30 +0200 Subject: [PATCH] [Update] WebIdVideoIdentPlugin (10.6.1) --- .../10.6.1/WebIdVideoIdentPlugin.podspec | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 WebIdVideoIdentPlugin/10.6.1/WebIdVideoIdentPlugin.podspec diff --git a/WebIdVideoIdentPlugin/10.6.1/WebIdVideoIdentPlugin.podspec b/WebIdVideoIdentPlugin/10.6.1/WebIdVideoIdentPlugin.podspec new file mode 100644 index 0000000..3d666e9 --- /dev/null +++ b/WebIdVideoIdentPlugin/10.6.1/WebIdVideoIdentPlugin.podspec @@ -0,0 +1,23 @@ +Pod::Spec.new do |s| + s.name = 'WebIdVideoIdentPlugin' + s.version = '10.6.1' + 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/internal/de/webid-solutions/WebIdVideoIdentPlugin/10.6.1/WebIdVideoIdentPlugin.framework-v10.6.1.zip', :sha256 => 'd19d682c6342af29230236e0263c97a155b6d7bcf48fa4a5b9049d8c47e2094e' } + s.swift_versions = ['5.5'] + + s.frameworks = 'UIKit' + + 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.2.0" + s.dependency "AhoyWebRTC", "1.8.0" +end