From 2fb6081ddd721565720cfff1b5ecea277f778013 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 4 Jun 2026 15:11:13 +0200 Subject: [PATCH] [Update] WebIdVideoIdentPlugin (23.1.1-SNAPSHOT) --- .../WebIdVideoIdentPlugin.podspec | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 WebIdVideoIdentPlugin/23.1.1-SNAPSHOT/WebIdVideoIdentPlugin.podspec diff --git a/WebIdVideoIdentPlugin/23.1.1-SNAPSHOT/WebIdVideoIdentPlugin.podspec b/WebIdVideoIdentPlugin/23.1.1-SNAPSHOT/WebIdVideoIdentPlugin.podspec new file mode 100644 index 00000000..0f88afbf --- /dev/null +++ b/WebIdVideoIdentPlugin/23.1.1-SNAPSHOT/WebIdVideoIdentPlugin.podspec @@ -0,0 +1,22 @@ +Pod::Spec.new do |s| + s.name = 'WebIdVideoIdentPlugin' + s.version = '23.1.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.1.1/WebIdVideoIdentPlugin.framework-v23.1.1-SNAPSHOT-585.zip', :sha256 => '55ca8c0a3cfc6fb7a9c9f782255b4b24fda39025f6b7ae44349dde44a9844d98' } + 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