6
0

[Update] WebIdIosBankIdentPlugin (20.0.2-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-06-05 16:02:05 +02:00
parent 4c3bb4b659
commit 8b0df82cdd

View File

@ -0,0 +1,21 @@
Pod::Spec.new do |s|
s.name = 'WebIdIosBankIdentPlugin'
s.version = '20.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
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdIosBankIdentPlugin/20.0.2/WebIdIosBankIdentPlugin.framework-v20.0.2-SNAPSHOT-531.zip', :sha256 => 'e1eb5125813871e3dcf6f4ca006d1b2833aad32278a6779eea8816147fa41027' }
s.swift_versions = ['5.5']
s.frameworks = 'UIKit'
s.ios.deployment_target = '13.0'
s.ios.vendored_frameworks = 'WebIdIosBankIdentPlugin.xcframework'
s.dependency "WebIdPluginCore", "22.1.1-SNAPSHOT" #branch:snapshots
s.dependency "XS2AiOS", "2.1.0"
end