2024-07-12 00:28:31 +02:00
|
|
|
Pod::Spec.new do |s|
|
|
|
|
s.name = 'WebIdVideoIdentPlugin'
|
|
|
|
s.version = '10.0.2-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
|
2024-10-21 14:04:01 +02:00
|
|
|
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdentPlugin/10.0.2/WebIdVideoIdentPlugin.framework-v10.0.2-SNAPSHOT-353.zip', :sha256 => '562178047455c7e5c9dec0326b677e08a4e65b531b14c295993d83f453762355' }
|
2024-07-12 00:28:31 +02:00
|
|
|
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"
|
2024-09-05 12:48:12 +02:00
|
|
|
s.dependency "AhoyKit", "6.1.0"
|
2024-07-17 16:38:06 +02:00
|
|
|
s.dependency "WebIdPluginCore", "12.0.0"
|
2024-07-12 00:28:31 +02:00
|
|
|
s.dependency "AhoyWebRTC", "1.8.0"
|
|
|
|
end
|