From 9b6bc60a678e1847c5f16115f88a3c0d093be61b Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 27 Nov 2025 18:09:13 +0100 Subject: [PATCH] [Update] WebIdEIdentPlugin (20.4.2) --- .../20.4.2/WebIdEIdentPlugin.podspec | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 WebIdEIdentPlugin/20.4.2/WebIdEIdentPlugin.podspec diff --git a/WebIdEIdentPlugin/20.4.2/WebIdEIdentPlugin.podspec b/WebIdEIdentPlugin/20.4.2/WebIdEIdentPlugin.podspec new file mode 100644 index 0000000..e49937e --- /dev/null +++ b/WebIdEIdentPlugin/20.4.2/WebIdEIdentPlugin.podspec @@ -0,0 +1,21 @@ +Pod::Spec.new do |s| + s.name = 'WebIdEIdentPlugin' + s.version = '20.4.2' + s.summary = 'The WebID eIdent 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/releases/de/webid-solutions/WebIdEIdentPlugin/20.4.2/WebIdEIdentPlugin.framework-v20.4.2.zip', :sha256 => '0e4a418307ccaba34a331f22b8f85cc8a3382dced51aa1a64164e4d480989c18' } + s.swift_versions = ['5.5'] + + s.frameworks = 'UIKit' + + s.ios.deployment_target = '13.0' + s.ios.vendored_frameworks = 'WebIdEIdentPlugin.xcframework' + + s.dependency "WebIdPluginCore", "20.4.0" + s.dependency "AusweisApp2", "2.2.2" +end