From ed6301d313a6e4c8f473267ed54543d2f7ab7a19 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 27 May 2025 12:58:56 +0200 Subject: [PATCH] [Update] WebIdEIdProductPlugin (14.6.1) --- .../14.6.1/WebIdEIdProductPlugin.podspec | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 WebIdEIdProductPlugin/14.6.1/WebIdEIdProductPlugin.podspec diff --git a/WebIdEIdProductPlugin/14.6.1/WebIdEIdProductPlugin.podspec b/WebIdEIdProductPlugin/14.6.1/WebIdEIdProductPlugin.podspec new file mode 100644 index 0000000..27d6dfe --- /dev/null +++ b/WebIdEIdProductPlugin/14.6.1/WebIdEIdProductPlugin.podspec @@ -0,0 +1,23 @@ +Pod::Spec.new do |s| + s.name = 'WebIdEIdProductPlugin' + s.version = '14.6.1' + s.summary = 'The WebID eId product-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/redesign-v4/de/webid-solutions/WebIdEIdProductPlugin/14.6.1/WebIdEIdProductPlugin.framework-v14.6.1.zip', :sha256 => 'eca43dc7a6e795fd4339f1b83e9f0098908c06ba00a0c099e38d9fdc79ec4b86' } + s.swift_versions = ['5.5'] + + s.frameworks = 'UIKit' + + s.ios.deployment_target = '13.0' + s.ios.vendored_frameworks = 'WebIdEIdProductPlugin.xcframework' + + s.dependency "WebIdOnDeviceDocumentScanner", "13.5.2" + s.dependency "WebIdIosIdentScanPlugin", "13.5.2" + s.dependency "WebIdEIdentPlugin", "6.5.2" + s.dependency "WebIdDigitalSigningPlugin", "12.4.2" +end