From d2ed797f6b549e481bc3ad4b88683ae114f3d202 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 13 Mar 2026 12:05:06 +0100 Subject: [PATCH] [Update] WebIdEIdProductPlugin (15.3.3-SNAPSHOT) --- .../WebIdEIdProductPlugin.podspec | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 WebIdEIdProductPlugin/15.3.3-SNAPSHOT/WebIdEIdProductPlugin.podspec diff --git a/WebIdEIdProductPlugin/15.3.3-SNAPSHOT/WebIdEIdProductPlugin.podspec b/WebIdEIdProductPlugin/15.3.3-SNAPSHOT/WebIdEIdProductPlugin.podspec new file mode 100644 index 0000000..3ca7033 --- /dev/null +++ b/WebIdEIdProductPlugin/15.3.3-SNAPSHOT/WebIdEIdProductPlugin.podspec @@ -0,0 +1,23 @@ +Pod::Spec.new do |s| + s.name = 'WebIdEIdProductPlugin' + s.version = '15.3.3-SNAPSHOT' + 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/legacy-snapshots/de/webid-solutions/WebIdEIdProductPlugin/15.3.3/WebIdEIdProductPlugin.framework-v15.3.3-SNAPSHOT-1363.zip', :sha256 => 'bf701aac63c3745aaff5357eb86f3e289eaf2c9354d2134a70ec087b605d89ff' } + s.swift_versions = ['5.5'] + + s.frameworks = 'UIKit' + + s.ios.deployment_target = '13.0' + s.ios.vendored_frameworks = 'WebIdEIdProductPlugin.xcframework' + + s.dependency "WebIdOnDeviceDocumentScanner", "15.1.2" + s.dependency "WebIdIosIdentScanPlugin", "15.1.2" + s.dependency "WebIdEIdentPlugin", "15.1.1" + s.dependency "WebIdDigitalSigningPlugin", "15.1.1" +end