From 207d306887a6dcea85285589bd06b56e1899b9c0 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 24 Apr 2025 17:46:20 +0200 Subject: [PATCH] [Update] WebIdEIdProductPlugin (14.5.0) --- .../14.5.0/WebIdEIdProductPlugin.podspec | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 WebIdEIdProductPlugin/14.5.0/WebIdEIdProductPlugin.podspec diff --git a/WebIdEIdProductPlugin/14.5.0/WebIdEIdProductPlugin.podspec b/WebIdEIdProductPlugin/14.5.0/WebIdEIdProductPlugin.podspec new file mode 100644 index 0000000..866c0b5 --- /dev/null +++ b/WebIdEIdProductPlugin/14.5.0/WebIdEIdProductPlugin.podspec @@ -0,0 +1,23 @@ +Pod::Spec.new do |s| + s.name = 'WebIdEIdProductPlugin' + s.version = '14.5.0' + 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.5.0/WebIdEIdProductPlugin.framework-v14.5.0.zip', :sha256 => 'dce2bd927e74f58d7e0e9680be4de6f61c61f6fd26e9d87c26a0bbaae6e46d91' } + s.swift_versions = ['5.5'] + + s.frameworks = 'UIKit' + + s.ios.deployment_target = '13.0' + s.ios.vendored_frameworks = 'WebIdEIdProductPlugin.xcframework' + + s.dependency "WebIdOnDeviceDocumentScanner", "13.4.0" + s.dependency "WebIdIosIdentScanPlugin", "13.4.0" + s.dependency "WebIdEIdentPlugin", "6.4.1" + s.dependency "WebIdDigitalSigningPlugin", "12.3.0" +end