2025-08-13 23:59:43 +02:00
|
|
|
Pod::Spec.new do |s|
|
|
|
|
s.name = 'WebIdAccountIdProductPlugin'
|
|
|
|
s.version = '20.1.2-SNAPSHOT'
|
|
|
|
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
|
2025-08-27 11:57:53 +02:00
|
|
|
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAccountIdProductPlugin/20.1.2/WebIdAccountIdProductPlugin.framework-v20.1.2-SNAPSHOT-1488.zip', :sha256 => '23aadc0aa2497e97009be434d63c7b08c80cb47fa432e9c357aa89ff0311ebdf' }
|
2025-08-13 23:59:43 +02:00
|
|
|
s.swift_versions = ['5.5']
|
|
|
|
|
|
|
|
s.frameworks = 'UIKit'
|
|
|
|
|
|
|
|
s.ios.deployment_target = '13.0'
|
|
|
|
s.ios.vendored_frameworks = 'WebIdAccountIdProductPlugin.xcframework'
|
|
|
|
|
2025-08-27 11:57:53 +02:00
|
|
|
s.dependency "WebIdOnServerDocumentScanner", "20.2.0"
|
|
|
|
s.dependency "WebIdDocumentScanner", "20.2.0"
|
|
|
|
s.dependency "WebIdIosIdentScanPlugin", "20.2.0"
|
|
|
|
s.dependency "WebIdDigitalSigningPlugin", "20.2.0"
|
|
|
|
s.dependency "WebIdIosBankIdentPlugin", "20.2.0"
|
2025-08-13 23:59:43 +02:00
|
|
|
end
|