25 lines
1.4 KiB
Plaintext
25 lines
1.4 KiB
Plaintext
|
|
Pod::Spec.new do |s|
|
||
|
|
s.name = 'WebIdAutoIdProductPlugin'
|
||
|
|
s.version = '220.4.2-SNAPSHOT'
|
||
|
|
s.summary = 'The WebID auto-ident on-device 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
|
||
|
|
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdAutoIdProductPlugin/220.4.2/WebIdAutoIdProductPlugin.framework-v220.4.2-SNAPSHOT-1878.zip', :sha256 => '63e49ef7ee5170b45da887a88875ad67a0ca082276584f9e5f492f546fe54049' }
|
||
|
|
s.swift_versions = ['5.5']
|
||
|
|
|
||
|
|
s.frameworks = 'UIKit'
|
||
|
|
|
||
|
|
s.ios.deployment_target = '13.0'
|
||
|
|
s.ios.vendored_frameworks = 'WebIdAutoIdProductPlugin.xcframework'
|
||
|
|
|
||
|
|
s.dependency "WebIdDigitalSigningPlugin", "220.1.0-SNAPSHOT" #branch:experimental
|
||
|
|
s.dependency "WebIdIosIdentScanPlugin", "220.1.2-SNAPSHOT" #branch:experimental
|
||
|
|
s.dependency "WebIdDocumentScanner", "220.1.2-SNAPSHOT" #branch:experimental
|
||
|
|
s.dependency "WebIdOnServerDocumentScanner", "220.1.2-SNAPSHOT" #branch:experimental
|
||
|
|
s.dependency "WebIdCellCheckPlugin", "200.1.0-SNAPSHOT" #branch:experimental
|
||
|
|
end
|