From cf5f381019b4fa263f72337e75ed2647aaca97b1 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 12 Jan 2026 14:53:39 +0100 Subject: [PATCH] [Update] WebIdIosBankIdentPlugin (15.1.1) --- .../15.1.1/WebIdIosBankIdentPlugin.podspec | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 WebIdIosBankIdentPlugin/15.1.1/WebIdIosBankIdentPlugin.podspec diff --git a/WebIdIosBankIdentPlugin/15.1.1/WebIdIosBankIdentPlugin.podspec b/WebIdIosBankIdentPlugin/15.1.1/WebIdIosBankIdentPlugin.podspec new file mode 100644 index 0000000..930d12f --- /dev/null +++ b/WebIdIosBankIdentPlugin/15.1.1/WebIdIosBankIdentPlugin.podspec @@ -0,0 +1,21 @@ +Pod::Spec.new do |s| + s.name = 'WebIdIosBankIdentPlugin' + s.version = '15.1.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.1.1/WebIdIosBankIdentPlugin.framework-v15.1.1.zip', :sha256 => 'ef89e3282aeda6a01701ddd285114e10c540327d67aa02543c466eeedd4a5526' } + 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.1.1" +end