From 19e5adffd63d01a2cb4036a0255ef760567ed43f Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 10 Jun 2024 15:15:37 +0200 Subject: [PATCH] [Add] WebIdVideoIdentPlugin (10.0.1-SNAPSHOT) --- .../WebIdVideoIdentPlugin.podspec | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 WebIdVideoIdentPlugin/10.0.1-SNAPSHOT/WebIdVideoIdentPlugin.podspec diff --git a/WebIdVideoIdentPlugin/10.0.1-SNAPSHOT/WebIdVideoIdentPlugin.podspec b/WebIdVideoIdentPlugin/10.0.1-SNAPSHOT/WebIdVideoIdentPlugin.podspec new file mode 100644 index 0000000..8831076 --- /dev/null +++ b/WebIdVideoIdentPlugin/10.0.1-SNAPSHOT/WebIdVideoIdentPlugin.podspec @@ -0,0 +1,23 @@ +Pod::Spec.new do |s| + s.name = 'WebIdVideoIdentPlugin' + s.version = '10.0.1-SNAPSHOT' + 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/experimental/de/webid-solutions/WebIdVideoIdentPlugin/10.0.1/WebIdVideoIdentPlugin.framework-v10.0.1-SNAPSHOT-333.zip', :sha256 => '4303ff89296e6aaa14ca741c758a188a4e7cc331f1c20c980e47e716153e065a' } + 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.0.0" + s.dependency "WebIdPluginCore", "11.0.1-SNAPSHOT" #branch:experimental + s.dependency "AhoyWebRTC", "1.8.0" +end