From 8ba88875b16d8a4fcc2ecb1faa9947db4fc8d1ae Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 9 Jun 2026 17:16:29 +0200 Subject: [PATCH] [Update] WebIdIosBankIdentPlugin (15.2.1) --- .../15.2.1/WebIdIosBankIdentPlugin.podspec | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 WebIdIosBankIdentPlugin/15.2.1/WebIdIosBankIdentPlugin.podspec diff --git a/WebIdIosBankIdentPlugin/15.2.1/WebIdIosBankIdentPlugin.podspec b/WebIdIosBankIdentPlugin/15.2.1/WebIdIosBankIdentPlugin.podspec new file mode 100644 index 0000000..3d04aa1 --- /dev/null +++ b/WebIdIosBankIdentPlugin/15.2.1/WebIdIosBankIdentPlugin.podspec @@ -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