From f308c990608f1e7c1c546eb09e439dce899e1e18 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 20 Jun 2024 15:02:05 +0200 Subject: [PATCH] [Update] WebIdIosBankIdentPlugin (10.0.2) --- .../10.0.2/WebIdIosBankIdentPlugin.podspec | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 WebIdIosBankIdentPlugin/10.0.2/WebIdIosBankIdentPlugin.podspec diff --git a/WebIdIosBankIdentPlugin/10.0.2/WebIdIosBankIdentPlugin.podspec b/WebIdIosBankIdentPlugin/10.0.2/WebIdIosBankIdentPlugin.podspec new file mode 100644 index 0000000..4680687 --- /dev/null +++ b/WebIdIosBankIdentPlugin/10.0.2/WebIdIosBankIdentPlugin.podspec @@ -0,0 +1,21 @@ +Pod::Spec.new do |s| + s.name = 'WebIdIosBankIdentPlugin' + s.version = '10.0.2' + 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.0.2/WebIdIosBankIdentPlugin.framework-v10.0.2.zip', :sha256 => 'f9635a282d2cf9da9bc3afd7be8d944c99de372627a05b6cf81cd8012fe25613' } + s.swift_versions = ['5.5'] + + s.frameworks = 'UIKit' + + s.ios.deployment_target = '13.0' + s.ios.vendored_frameworks = 'WebIdIosBankIdentPlugin.xcframework' + + s.dependency "XS2AiOS", "1.15.7" + s.dependency "WebIdPluginCore", "11.0.1" +end