From eeca3c6c35027b497da4b00700844c39d92e98c0 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 15 May 2026 13:27:48 +0200 Subject: [PATCH] [Update] WebIdIosBankIdentPlugin (22.0.0) --- .../22.0.0/WebIdIosBankIdentPlugin.podspec | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 WebIdIosBankIdentPlugin/22.0.0/WebIdIosBankIdentPlugin.podspec diff --git a/WebIdIosBankIdentPlugin/22.0.0/WebIdIosBankIdentPlugin.podspec b/WebIdIosBankIdentPlugin/22.0.0/WebIdIosBankIdentPlugin.podspec new file mode 100644 index 0000000..4c0d74f --- /dev/null +++ b/WebIdIosBankIdentPlugin/22.0.0/WebIdIosBankIdentPlugin.podspec @@ -0,0 +1,21 @@ +Pod::Spec.new do |s| + s.name = 'WebIdIosBankIdentPlugin' + s.version = '22.0.0' + 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/releases/de/webid-solutions/WebIdIosBankIdentPlugin/22.0.0/WebIdIosBankIdentPlugin.framework-v22.0.0.zip', :sha256 => '38304849b3a8ff5467c5f9cb547f494c9563ddf2a0cdfcf6a65ba9e3261a1f14' } + s.swift_versions = ['5.5'] + + s.frameworks = 'UIKit' + + s.ios.deployment_target = '13.0' + s.ios.vendored_frameworks = 'WebIdIosBankIdentPlugin.xcframework' + + s.dependency "WebIdPluginCore", "22.0.0" + s.dependency "XS2AiOS", "2.1.0" +end