2
0

[Update] WebIdVideoIdentPlugin (11.1.1)

This commit is contained in:
mac-mini-003 2024-11-29 16:21:27 +01:00
parent 4129de7d23
commit b42d857e57

View File

@ -0,0 +1,23 @@
Pod::Spec.new do |s|
s.name = 'WebIdVideoIdentPlugin'
s.version = '11.1.1'
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/redesign-v4/de/webid-solutions/WebIdVideoIdentPlugin/11.1.1/WebIdVideoIdentPlugin.framework-v11.1.1.zip', :sha256 => '8638785c774d520416aca2ffa1ea03c1796955262c5dc49bb5ad83de9b4a400a' }
s.swift_versions = ['5.5']
s.frameworks = 'UIKit'
s.ios.deployment_target = '13.0'
s.ios.vendored_frameworks = 'WebIdVideoIdentPlugin.xcframework'
s.dependency "WebIdPluginCore", "13.2.1"
s.dependency "DeviceKit", "5.2.2"
s.dependency "AhoyKit", "6.1.0"
s.dependency "AhoyWebRTC", "1.8.0"
end