2026-01-08 20:53:12 +01:00
|
|
|
Pod::Spec.new do |s|
|
|
|
|
|
s.name = 'WebIdIosBankIdentPlugin'
|
|
|
|
|
s.version = '21.0.2-SNAPSHOT'
|
|
|
|
|
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
|
2026-01-23 11:27:21 +01:00
|
|
|
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdIosBankIdentPlugin/21.0.2/WebIdIosBankIdentPlugin.framework-v21.0.2-SNAPSHOT-472.zip', :sha256 => 'b6e99ee2c4053396b34de798b1a2d7c8abecc07cdb44838c00c115c3820eb2cf' }
|
2026-01-08 20:53:12 +01:00
|
|
|
s.swift_versions = ['5.5']
|
|
|
|
|
|
|
|
|
|
s.frameworks = 'UIKit'
|
|
|
|
|
|
|
|
|
|
s.ios.deployment_target = '13.0'
|
|
|
|
|
s.ios.vendored_frameworks = 'WebIdIosBankIdentPlugin.xcframework'
|
|
|
|
|
|
|
|
|
|
s.dependency "WebIdPluginCore", "21.0.2-SNAPSHOT" #branch:snapshots
|
|
|
|
|
s.dependency "XS2AiOS", "2.1.0"
|
|
|
|
|
end
|