6
0
SnapshotsSpecs/WebIdVideoIdentPlugin/23.1.1-SNAPSHOT/WebIdVideoIdentPlugin.podspec
2026-06-04 15:11:13 +02:00

23 lines
1.1 KiB
Ruby

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