From f3747045e411eb6e8a594b2e41269a1e402e8798 Mon Sep 17 00:00:00 2001 From: fpavkovic Date: Mon, 2 Sep 2024 10:40:47 +0200 Subject: [PATCH] [Update] WebIdVideoIdentPlugin (10.2.1) --- .../10.2.1/WebIdVideoIdentPlugin.podspec | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 WebIdVideoIdentPlugin/10.2.1/WebIdVideoIdentPlugin.podspec diff --git a/WebIdVideoIdentPlugin/10.2.1/WebIdVideoIdentPlugin.podspec b/WebIdVideoIdentPlugin/10.2.1/WebIdVideoIdentPlugin.podspec new file mode 100644 index 0000000..d64e330 --- /dev/null +++ b/WebIdVideoIdentPlugin/10.2.1/WebIdVideoIdentPlugin.podspec @@ -0,0 +1,24 @@ +Pod::Spec.new do |s| + s.name = 'WebIdVideoIdentPlugin' + s.version = '10.2.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.2.1/WebIdVideoIdentPlugin.framework-v10.2.1.zip', + :sha256 => 'fd85fea41446d705a3e1fc552d8b8ca1300785d9a5af352ee3aebcc2d54b655a' } + 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.0.0" + s.dependency "AhoyWebRTC", "1.8.0" +end