6
0

[Update] WebIdVideoIdentPlugin (10.4.0-SNAPSHOT)

This commit is contained in:
mac-mini-003 2024-12-19 15:10:22 +01:00
parent 13f11673cc
commit c96a760056

View File

@ -0,0 +1,23 @@
Pod::Spec.new do |s|
s.name = 'WebIdVideoIdentPlugin'
s.version = '10.4.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/snapshots/de/webid-solutions/WebIdVideoIdentPlugin/10.4.0/WebIdVideoIdentPlugin.framework-v10.4.0-SNAPSHOT-356.zip', :sha256 => 'dce23ebe3b719c117022e62882a6383846b6344a327d94033bf43c67ca10ac4a' }
s.swift_versions = ['5.5']
s.frameworks = 'UIKit'
s.ios.deployment_target = '13.0'
s.ios.vendored_frameworks = 'WebIdVideoIdentPlugin.xcframework'
s.dependency "DeviceKit", "5.2.2"
s.dependency "AhoyKit", "6.1.0"
s.dependency "WebIdPluginCore", "12.1.0-SNAPSHOT" #branch:snapshots
s.dependency "AhoyWebRTC", "1.8.0"
end