From b3c57e39b5b5bc62faaeda4576b05ecbb6153f20 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 8 May 2026 23:03:07 +0200 Subject: [PATCH] [Update] WebIdVideoIdentPlugin (22.1.0-SNAPSHOT) --- .../WebIdVideoIdentPlugin.podspec | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 WebIdVideoIdentPlugin/22.1.0-SNAPSHOT/WebIdVideoIdentPlugin.podspec diff --git a/WebIdVideoIdentPlugin/22.1.0-SNAPSHOT/WebIdVideoIdentPlugin.podspec b/WebIdVideoIdentPlugin/22.1.0-SNAPSHOT/WebIdVideoIdentPlugin.podspec new file mode 100644 index 0000000..c5ea0bc --- /dev/null +++ b/WebIdVideoIdentPlugin/22.1.0-SNAPSHOT/WebIdVideoIdentPlugin.podspec @@ -0,0 +1,22 @@ +Pod::Spec.new do |s| + s.name = 'WebIdVideoIdentPlugin' + s.version = '22.1.0-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/22.1.0/WebIdVideoIdentPlugin.framework-v22.1.0-SNAPSHOT-659.zip', :sha256 => '748cb9e309d3ea19238d0d2c4784c4361584ffb1e00e3086dc3a7c86d85e9312' } + s.swift_versions = ['5.5'] + + s.frameworks = 'UIKit' + + s.ios.deployment_target = '13.0' + s.ios.vendored_frameworks = 'WebIdVideoIdentPlugin.xcframework' + + s.dependency "WebIdPluginCore", "21.2.0-SNAPSHOT" #branch:experimental + s.dependency "AhoyKit", "6.1.0" + s.dependency "AhoyWebRTC", "1.8.0" +end