From 8f796bb430883ebf6d61f5780fb3a36dae3e185a Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 26 May 2025 14:44:36 +0200 Subject: [PATCH] [Update] WebIdIosBankIdentPlugin (10.4.1) --- .../10.4.1/WebIdIosBankIdentPlugin.podspec | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 WebIdIosBankIdentPlugin/10.4.1/WebIdIosBankIdentPlugin.podspec diff --git a/WebIdIosBankIdentPlugin/10.4.1/WebIdIosBankIdentPlugin.podspec b/WebIdIosBankIdentPlugin/10.4.1/WebIdIosBankIdentPlugin.podspec new file mode 100644 index 0000000..b65c584 --- /dev/null +++ b/WebIdIosBankIdentPlugin/10.4.1/WebIdIosBankIdentPlugin.podspec @@ -0,0 +1,21 @@ +Pod::Spec.new do |s| + s.name = 'WebIdIosBankIdentPlugin' + s.version = '10.4.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/10.4.1/WebIdIosBankIdentPlugin.framework-v10.4.1.zip', :sha256 => '1d3880aa0c57c5e2e2c1795dc84e417546f114ac2f2ea03a1f768c83fe4e94c2' } + s.swift_versions = ['5.5'] + + s.frameworks = 'UIKit' + + s.ios.deployment_target = '13.0' + s.ios.vendored_frameworks = 'WebIdIosBankIdentPlugin.xcframework' + + s.dependency "XS2AiOS", "2.0.0" + s.dependency "WebIdPluginCore", "12.3.2" +end