From b815468bc39847e7de7d149b3c4e748e8b867853 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 20 May 2026 17:08:40 +0200 Subject: [PATCH] [Update] WebIdVideoIdentPlugin (23.0.1-SNAPSHOT) --- .../WebIdVideoIdentPlugin.podspec | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 WebIdVideoIdentPlugin/23.0.1-SNAPSHOT/WebIdVideoIdentPlugin.podspec diff --git a/WebIdVideoIdentPlugin/23.0.1-SNAPSHOT/WebIdVideoIdentPlugin.podspec b/WebIdVideoIdentPlugin/23.0.1-SNAPSHOT/WebIdVideoIdentPlugin.podspec new file mode 100644 index 00000000..ec2110d6 --- /dev/null +++ b/WebIdVideoIdentPlugin/23.0.1-SNAPSHOT/WebIdVideoIdentPlugin.podspec @@ -0,0 +1,22 @@ +Pod::Spec.new do |s| + s.name = 'WebIdVideoIdentPlugin' + s.version = '23.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/snapshots/de/webid-solutions/WebIdVideoIdentPlugin/23.0.1/WebIdVideoIdentPlugin.framework-v23.0.1-SNAPSHOT-580.zip', :sha256 => 'fee8dd1fea5b571bd59745bbc63170636d861585c46a9f5bf177790bf4a570c8' } + s.swift_versions = ['5.5'] + + s.frameworks = 'UIKit' + + s.ios.deployment_target = '13.0' + s.ios.vendored_frameworks = 'WebIdVideoIdentPlugin.xcframework' + + s.dependency "WebIdPluginCore", "22.0.1-SNAPSHOT" #branch:snapshots + s.dependency "AhoyKit", "6.1.0" + s.dependency "AhoyWebRTC", "1.8.0" +end