From 52c2f69c2b70ccbb54a8be44612f67c3604e347e Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 18 Sep 2025 15:53:01 +0200 Subject: [PATCH] [Update] WebIdIosBankIdentPlugin (20.2.2-SNAPSHOT) --- .../WebIdIosBankIdentPlugin.podspec | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 WebIdIosBankIdentPlugin/20.2.2-SNAPSHOT/WebIdIosBankIdentPlugin.podspec diff --git a/WebIdIosBankIdentPlugin/20.2.2-SNAPSHOT/WebIdIosBankIdentPlugin.podspec b/WebIdIosBankIdentPlugin/20.2.2-SNAPSHOT/WebIdIosBankIdentPlugin.podspec new file mode 100644 index 0000000..4b6ed94 --- /dev/null +++ b/WebIdIosBankIdentPlugin/20.2.2-SNAPSHOT/WebIdIosBankIdentPlugin.podspec @@ -0,0 +1,21 @@ +Pod::Spec.new do |s| + s.name = 'WebIdIosBankIdentPlugin' + s.version = '20.2.2-SNAPSHOT' + 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/experimental/de/webid-solutions/WebIdIosBankIdentPlugin/20.2.2/WebIdIosBankIdentPlugin.framework-v20.2.2-SNAPSHOT-438.zip', :sha256 => '7a5bc47d0ba1ea86b4bbe3aa69f3f28bc6053d8c70cc92a774cded57e03d2798' } + s.swift_versions = ['5.5'] + + s.frameworks = 'UIKit' + + s.ios.deployment_target = '13.0' + s.ios.vendored_frameworks = 'WebIdIosBankIdentPlugin.xcframework' + + s.dependency "WebIdPluginCore", "20.2.2-SNAPSHOT" #branch:experimental + s.dependency "XS2AiOS", "2.1.0" +end