From a0c81d45d4dbe321c94dafd2c84bb79eb254e6dc Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 10 Feb 2026 12:52:08 +0100 Subject: [PATCH] [Update] WebIdEIdProductPlugin (15.3.0) --- .../15.3.0/WebIdEIdProductPlugin.podspec | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 WebIdEIdProductPlugin/15.3.0/WebIdEIdProductPlugin.podspec diff --git a/WebIdEIdProductPlugin/15.3.0/WebIdEIdProductPlugin.podspec b/WebIdEIdProductPlugin/15.3.0/WebIdEIdProductPlugin.podspec new file mode 100644 index 0000000..c1d3d35 --- /dev/null +++ b/WebIdEIdProductPlugin/15.3.0/WebIdEIdProductPlugin.podspec @@ -0,0 +1,23 @@ +Pod::Spec.new do |s| + s.name = 'WebIdEIdProductPlugin' + s.version = '15.3.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/internal/de/webid-solutions/WebIdEIdProductPlugin/15.3.0/WebIdEIdProductPlugin.framework-v15.3.0.zip', :sha256 => 'e33ee5790ba6d957bc046078c54270682ba92db3fb55d7588fa3db77c5cec190' } + 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.1" + s.dependency "WebIdIosIdentScanPlugin", "15.1.1" + s.dependency "WebIdEIdentPlugin", "15.1.1" + s.dependency "WebIdDigitalSigningPlugin", "15.1.1" +end