24 lines
1.1 KiB
Plaintext
24 lines
1.1 KiB
Plaintext
|
Pod::Spec.new do |s|
|
||
|
s.name = 'WebIdPayProductPlugin'
|
||
|
s.version = '14.4.1'
|
||
|
s.summary = 'The WebID pay 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/redesign-v4/de/webid-solutions/WebIdPayProductPlugin/14.4.1/WebIdPayProductPlugin.framework-v14.4.1.zip', :sha256 => '981c31afb61ecb4f9b1c21d71a056da595a6277b3383547628e54c09d3c748ec' }
|
||
|
s.swift_versions = ['5.5']
|
||
|
|
||
|
s.frameworks = 'UIKit'
|
||
|
|
||
|
s.ios.deployment_target = '13.0'
|
||
|
s.ios.vendored_frameworks = 'WebIdPayProductPlugin.xcframework'
|
||
|
|
||
|
s.dependency "WebIdIosBankIdentPlugin", "11.4.2"
|
||
|
s.dependency "WebIdDigitalSigningPlugin", "12.2.1"
|
||
|
s.dependency "WebIdIosIdentScanPlugin", "13.3.2"
|
||
|
s.dependency "WebIdOnDeviceDocumentScanner", "13.3.2"
|
||
|
end
|