2025-11-04 16:29:31 +01:00
|
|
|
Pod::Spec.new do |s|
|
|
|
|
|
s.name = 'WebIdVideoIdProductPlugin'
|
|
|
|
|
s.version = '21.1.3-SNAPSHOT'
|
|
|
|
|
s.summary = 'The WebID video-ident product-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
|
2025-11-25 08:35:22 +01:00
|
|
|
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdProductPlugin/21.1.3/WebIdVideoIdProductPlugin.framework-v21.1.3-SNAPSHOT-1542.zip', :sha256 => '7e55dd35df3febf0dbb7633dfbf5d778da4252ca05056d0f6da714e90656c1f4' }
|
2025-11-04 16:29:31 +01:00
|
|
|
s.swift_versions = ['5.5']
|
|
|
|
|
|
|
|
|
|
s.frameworks = 'UIKit'
|
|
|
|
|
|
|
|
|
|
s.ios.deployment_target = '13.0'
|
|
|
|
|
s.ios.vendored_frameworks = 'WebIdVideoIdProductPlugin.xcframework'
|
|
|
|
|
|
2025-11-12 15:50:57 +01:00
|
|
|
s.dependency "WebIdIosIdentScanPlugin", "20.3.6-SNAPSHOT" #branch:snapshots
|
|
|
|
|
s.dependency "WebIdOnServerDocumentScanner", "20.3.6-SNAPSHOT" #branch:snapshots
|
|
|
|
|
s.dependency "WebIdDigitalSigningPlugin", "20.3.4-SNAPSHOT" #branch:snapshots
|
|
|
|
|
s.dependency "WebIdVideoIdentPlugin", "20.3.1-SNAPSHOT" #branch:snapshots
|
2025-11-04 16:29:31 +01:00
|
|
|
end
|