From 1360fff14c62b8fc2ec1bfe310b8b674e2f6c174 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 17 Jun 2025 11:23:59 +0200 Subject: [PATCH] [Update] WebIdMetaPlugin (13.7.2) --- .../13.7.2/WebIdMetaPlugin.podspec | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 WebIdMetaPlugin/13.7.2/WebIdMetaPlugin.podspec diff --git a/WebIdMetaPlugin/13.7.2/WebIdMetaPlugin.podspec b/WebIdMetaPlugin/13.7.2/WebIdMetaPlugin.podspec new file mode 100644 index 0000000..483518e --- /dev/null +++ b/WebIdMetaPlugin/13.7.2/WebIdMetaPlugin.podspec @@ -0,0 +1,24 @@ +Pod::Spec.new do |s| + s.name = 'WebIdMetaPlugin' + s.version = '13.7.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/13.7.2/WebIdMetaPlugin.framework-v13.7.2.zip', :sha256 => 'a94a2ddd751c20d01f2bb801ce9836f9dc3c0855b568d6952aa971a693f005ec' } + s.swift_versions = ['5.5'] + + s.frameworks = 'UIKit' + + s.ios.deployment_target = '13.0' + s.ios.vendored_frameworks = 'WebIdMetaPlugin.xcframework' + + s.dependency "WebIdVideoIdentProductPlugin", "13.7.2" + s.dependency "WebIdVideoIdentPlugin", "10.7.2" + s.dependency "WebIdDigitalSigningPlugin", "11.4.2" + s.dependency "WebIdIosIdentScanPlugin", "12.6.0" + s.dependency "WebIdOnServerDocumentScanner", "12.6.0" +end