From c757ed1d2d836e3e3890ad3bab1a6a9068d2777e Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 7 Apr 2026 15:51:01 +0200 Subject: [PATCH] [Update] WebIdEIdProductPlugin (22.3.6) --- .../22.3.6/WebIdEIdProductPlugin.podspec | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 WebIdEIdProductPlugin/22.3.6/WebIdEIdProductPlugin.podspec diff --git a/WebIdEIdProductPlugin/22.3.6/WebIdEIdProductPlugin.podspec b/WebIdEIdProductPlugin/22.3.6/WebIdEIdProductPlugin.podspec new file mode 100644 index 0000000..bdaa22d --- /dev/null +++ b/WebIdEIdProductPlugin/22.3.6/WebIdEIdProductPlugin.podspec @@ -0,0 +1,23 @@ +Pod::Spec.new do |s| + s.name = 'WebIdEIdProductPlugin' + s.version = '22.3.6' + 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/releases/de/webid-solutions/WebIdEIdProductPlugin/22.3.6/WebIdEIdProductPlugin.framework-v22.3.6.zip', :sha256 => '529064010c9d1f8ffc344cf1d10ed0f09afd7a4d94d2b6a7e1bbd561b0dbb344' } + s.swift_versions = ['5.5'] + + s.frameworks = 'UIKit' + + s.ios.deployment_target = '13.0' + s.ios.vendored_frameworks = 'WebIdEIdProductPlugin.xcframework' + + s.dependency "WebIdOnServerDocumentScanner", "22.0.3" + s.dependency "WebIdIosIdentScanPlugin", "22.0.3" + s.dependency "WebIdEIdentPlugin", "21.0.5" + s.dependency "WebIdDigitalSigningPlugin", "22.0.1" +end