6
0

[Update] WebIdIosBankIdentPlugin (15.2.1)

This commit is contained in:
mac-mini-003 2026-06-09 17:16:29 +02:00
parent 4050579b74
commit 8ba88875b1

View File

@ -0,0 +1,21 @@
Pod::Spec.new do |s|
s.name = 'WebIdIosBankIdentPlugin'
s.version = '15.2.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/15.2.1/WebIdIosBankIdentPlugin.framework-v15.2.1.zip', :sha256 => '8f4406864618218f0d6d8a8020ed3486cffe82d20f5d58c386161d81c0868ef5' }
s.swift_versions = ['5.5']
s.frameworks = 'UIKit'
s.ios.deployment_target = '13.0'
s.ios.vendored_frameworks = 'WebIdIosBankIdentPlugin.xcframework'
s.dependency "XS2AiOS", "2.2.1"
s.dependency "WebIdPluginCore", "15.2.1"
end