From fd7e9a116c29294676574171d1d855e7e098ead8 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 15 Jul 2025 23:46:18 +0200 Subject: [PATCH] [Update] WebIdIosBankIdentPlugin (20.0.2-SNAPSHOT) --- .../WebIdIosBankIdentPlugin.podspec | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 WebIdIosBankIdentPlugin/20.0.2-SNAPSHOT/WebIdIosBankIdentPlugin.podspec diff --git a/WebIdIosBankIdentPlugin/20.0.2-SNAPSHOT/WebIdIosBankIdentPlugin.podspec b/WebIdIosBankIdentPlugin/20.0.2-SNAPSHOT/WebIdIosBankIdentPlugin.podspec new file mode 100644 index 0000000..186b2b1 --- /dev/null +++ b/WebIdIosBankIdentPlugin/20.0.2-SNAPSHOT/WebIdIosBankIdentPlugin.podspec @@ -0,0 +1,21 @@ +Pod::Spec.new do |s| + s.name = 'WebIdIosBankIdentPlugin' + s.version = '20.0.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.0.2/WebIdIosBankIdentPlugin.framework-v20.0.2-SNAPSHOT-419.zip', :sha256 => 'c92c5a21651e65cfd2b9f52509ef094a70b26ca1198774296a0bfe6b2d6530f2' } + s.swift_versions = ['5.5'] + + s.frameworks = 'UIKit' + + s.ios.deployment_target = '13.0' + s.ios.vendored_frameworks = 'WebIdIosBankIdentPlugin.xcframework' + + s.dependency "WebIdPluginCore", "20.0.1-SNAPSHOT" #branch:experimental + s.dependency "XS2AiOS", "2.1.0" +end