24 lines
1.1 KiB
Ruby
24 lines
1.1 KiB
Ruby
Pod::Spec.new do |s|
|
|
s.name = 'WebIdPayProductPlugin'
|
|
s.version = '15.1.4'
|
|
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/internal/de/webid-solutions/WebIdPayProductPlugin/15.1.4/WebIdPayProductPlugin.framework-v15.1.4.zip', :sha256 => '717ddb06f27a22ef48a6346b20a527e406b6d93fc9bf1cf755967b01e995a67c' }
|
|
s.swift_versions = ['5.5']
|
|
|
|
s.frameworks = 'UIKit'
|
|
|
|
s.ios.deployment_target = '13.0'
|
|
s.ios.vendored_frameworks = 'WebIdPayProductPlugin.xcframework'
|
|
|
|
s.dependency "WebIdIosBankIdentPlugin", "15.0.1"
|
|
s.dependency "WebIdDigitalSigningPlugin", "15.0.2"
|
|
s.dependency "WebIdIosIdentScanPlugin", "15.0.2"
|
|
s.dependency "WebIdOnDeviceDocumentScanner", "15.0.2"
|
|
end
|