From b90f6661206e8b4ae07d363279c1d3a2e27fa09c Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 10 Jul 2025 19:05:13 +0200 Subject: [PATCH] [Update] WebIdEIdProductPlugin (20.0.4) --- .../20.0.4/WebIdEIdProductPlugin.podspec | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 WebIdEIdProductPlugin/20.0.4/WebIdEIdProductPlugin.podspec diff --git a/WebIdEIdProductPlugin/20.0.4/WebIdEIdProductPlugin.podspec b/WebIdEIdProductPlugin/20.0.4/WebIdEIdProductPlugin.podspec new file mode 100644 index 0000000..d9ac5a4 --- /dev/null +++ b/WebIdEIdProductPlugin/20.0.4/WebIdEIdProductPlugin.podspec @@ -0,0 +1,23 @@ +Pod::Spec.new do |s| + s.name = 'WebIdEIdProductPlugin' + s.version = '20.0.4' + 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/20.0.4/WebIdEIdProductPlugin.framework-v20.0.4.zip', :sha256 => 'f4932088b639f726ae4d77f552dadf3b3fca2ee81505d82868f4212d079e334e' } + s.swift_versions = ['5.5'] + + s.frameworks = 'UIKit' + + s.ios.deployment_target = '13.0' + s.ios.vendored_frameworks = 'WebIdEIdProductPlugin.xcframework' + + s.dependency "WebIdOnDeviceDocumentScanner", "20.0.1" + s.dependency "WebIdIosIdentScanPlugin", "20.0.1" + s.dependency "WebIdEIdentPlugin", "20.0.2" + s.dependency "WebIdDigitalSigningPlugin", "20.0.1" +end