22 lines
1018 B
Plaintext
22 lines
1018 B
Plaintext
|
Pod::Spec.new do |s|
|
||
|
s.name = 'WebIdIosBankIdentPlugin'
|
||
|
s.version = '10.0.1'
|
||
|
s.summary = 'The WebID BankIdent 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/WebIdIosBankIdentPlugin/10.0.1/WebIdIosBankIdentPlugin.framework-v10.0.1.zip', :sha256 => 'c57b8672311dcd1d292d2f70666b9bf2f02ae261523e39c278b3a1ce646b8ca6' }
|
||
|
s.swift_versions = ['5.5']
|
||
|
|
||
|
s.frameworks = 'UIKit'
|
||
|
|
||
|
s.ios.deployment_target = '13.0'
|
||
|
s.ios.vendored_frameworks = 'WebIdIosBankIdentPlugin.xcframework'
|
||
|
|
||
|
s.dependency "XS2AiOS", "1.15.7"
|
||
|
s.dependency "WebIdPluginCore", "11.0.0"
|
||
|
end
|