From dbb6c8fdd30151e6fce317275866e43745c02331 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 4 Jun 2026 16:15:06 +0200 Subject: [PATCH] [Update] WebIdMetaPlugin (15.4.0) --- .../15.4.0/WebIdMetaPlugin.podspec | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 WebIdMetaPlugin/15.4.0/WebIdMetaPlugin.podspec diff --git a/WebIdMetaPlugin/15.4.0/WebIdMetaPlugin.podspec b/WebIdMetaPlugin/15.4.0/WebIdMetaPlugin.podspec new file mode 100644 index 0000000..e89bb2b --- /dev/null +++ b/WebIdMetaPlugin/15.4.0/WebIdMetaPlugin.podspec @@ -0,0 +1,21 @@ +Pod::Spec.new do |s| + s.name = 'WebIdMetaPlugin' + s.version = '15.4.0' + s.summary = 'The WebID Meta 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/WebIdMetaPlugin/15.4.0/WebIdMetaPlugin.framework-v15.4.0.zip', :sha256 => '0bb951590266c061f2301354fee990c5023fa91df51b9289cddec909c6fcfa42' } + s.swift_versions = ['5.5'] + + s.frameworks = 'UIKit' + + s.ios.deployment_target = '13.0' + s.ios.vendored_frameworks = 'WebIdMetaPlugin.xcframework' + + s.dependency "WebIdVideoIdentProductPlugin", "15.4.0" + s.dependency "WebIdDigitalSigningPlugin", "15.2.0" +end