From f08f529f83834a7db1acb48629dce31cb4f38d05 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 19 Jun 2026 14:18:25 +0200 Subject: [PATCH] [Update] WebIdEIdOnServerProductPlugin (15.4.3-SNAPSHOT) --- .../WebIdEIdOnServerProductPlugin.podspec | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 WebIdEIdOnServerProductPlugin/15.4.3-SNAPSHOT/WebIdEIdOnServerProductPlugin.podspec diff --git a/WebIdEIdOnServerProductPlugin/15.4.3-SNAPSHOT/WebIdEIdOnServerProductPlugin.podspec b/WebIdEIdOnServerProductPlugin/15.4.3-SNAPSHOT/WebIdEIdOnServerProductPlugin.podspec new file mode 100644 index 0000000..b03cc53 --- /dev/null +++ b/WebIdEIdOnServerProductPlugin/15.4.3-SNAPSHOT/WebIdEIdOnServerProductPlugin.podspec @@ -0,0 +1,23 @@ +Pod::Spec.new do |s| + s.name = 'WebIdEIdOnServerProductPlugin' + s.version = '15.4.3-SNAPSHOT' + s.summary = 'The WebID eId on-server 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/WebIdEIdOnServerProductPlugin/15.4.3/WebIdEIdOnServerProductPlugin.framework-v15.4.3-SNAPSHOT-1379.zip', :sha256 => 'd4f351c1c418fe14acd136125ad5afd4282c462fd0c6cf24b08273556e315527' } + s.swift_versions = ['5.5'] + + s.frameworks = 'UIKit' + + s.ios.deployment_target = '13.0' + s.ios.vendored_frameworks = 'WebIdEIdOnServerProductPlugin.xcframework' + + s.dependency "WebIdEIdentPlugin", "15.2.2-SNAPSHOT" #branch:legacy-snapshots + s.dependency "WebIdDigitalSigningPlugin", "15.2.2-SNAPSHOT" #branch:legacy-snapshots + s.dependency "WebIdIosIdentScanPlugin", "15.2.2-SNAPSHOT" #branch:legacy-snapshots + s.dependency "WebIdOnServerDocumentScanner", "15.2.2-SNAPSHOT" #branch:legacy-snapshots +end