2
0

[Update] WebIdVideoIdentPlugin (11.2.1-SNAPSHOT)

This commit is contained in:
mac-mini-003 2025-03-17 17:26:06 +01:00
parent 947594538e
commit abe9de6d4e

View File

@ -0,0 +1,23 @@
Pod::Spec.new do |s|
s.name = 'WebIdVideoIdentPlugin'
s.version = '11.2.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/11.2.1/WebIdVideoIdentPlugin.framework-v11.2.1-SNAPSHOT-412.zip', :sha256 => '7af6683669dd240e8ef8d45124dd606eff1e46d1c6939eb5f715909cdb77b651' }
s.swift_versions = ['5.5']
s.frameworks = 'UIKit'
s.ios.deployment_target = '13.0'
s.ios.vendored_frameworks = 'WebIdVideoIdentPlugin.xcframework'
s.dependency "WebIdPluginCore", "13.3.0-SNAPSHOT" #branch:experimental
s.dependency "DeviceKit", "5.2.2"
s.dependency "AhoyKit", "6.1.0"
s.dependency "AhoyWebRTC", "1.8.0"
end