From a66f1be03de96ef12691f0e7f149a3830d4a0979 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 19 Jun 2026 12:18:01 +0200 Subject: [PATCH] [Update] WebIdMetaPlugin (15.4.2) --- .../15.4.2/WebIdMetaPlugin.podspec | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 WebIdMetaPlugin/15.4.2/WebIdMetaPlugin.podspec diff --git a/WebIdMetaPlugin/15.4.2/WebIdMetaPlugin.podspec b/WebIdMetaPlugin/15.4.2/WebIdMetaPlugin.podspec new file mode 100644 index 0000000..6fcfbe9 --- /dev/null +++ b/WebIdMetaPlugin/15.4.2/WebIdMetaPlugin.podspec @@ -0,0 +1,21 @@ +Pod::Spec.new do |s| + s.name = 'WebIdMetaPlugin' + s.version = '15.4.2' + 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.2/WebIdMetaPlugin.framework-v15.4.2.zip', :sha256 => 'e70924c817c812aaca1089b23af4b68965e385f81c7ea32af15cdea1396144bd' } + 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.2" + s.dependency "WebIdDigitalSigningPlugin", "15.2.1" +end