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-07-17 16:38:06 +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-339.zip', :sha256 => '6c0d300a2556f9ea872d7bf68047ba78d23e5feaf901352211f16b5af0feebc1' }
|
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"
|
|
|
|
s.dependency "AhoyKit", "6.0.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
|