6
0

[Update] WebIdVideoIdentPlugin (21.1.1-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-02-18 14:18:37 +01:00
parent 3df8e3e5b7
commit e7430ce393

View File

@ -0,0 +1,22 @@
Pod::Spec.new do |s|
s.name = 'WebIdVideoIdentPlugin'
s.version = '21.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/21.1.1/WebIdVideoIdentPlugin.framework-v21.1.1-SNAPSHOT-541.zip', :sha256 => 'c3fb436c9654d810cd681e929bb8275b3db06315df74b1e79dae2f311ba099f9' }
s.swift_versions = ['5.5']
s.frameworks = 'UIKit'
s.ios.deployment_target = '13.0'
s.ios.vendored_frameworks = 'WebIdVideoIdentPlugin.xcframework'
s.dependency "WebIdPluginCore", "21.0.3-SNAPSHOT" #branch:snapshots
s.dependency "AhoyKit", "6.1.0"
s.dependency "AhoyWebRTC", "1.8.0"
end