From 88f1ce851258dffa2f8bff2439ad0ada9770822a Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 24 Jul 2024 12:42:25 +0200 Subject: [PATCH] [Update] WebIdMetaPlugin (13.0.12) --- .../13.0.12/WebIdMetaPlugin.podspec | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 WebIdMetaPlugin/13.0.12/WebIdMetaPlugin.podspec diff --git a/WebIdMetaPlugin/13.0.12/WebIdMetaPlugin.podspec b/WebIdMetaPlugin/13.0.12/WebIdMetaPlugin.podspec new file mode 100644 index 0000000..f8463fb --- /dev/null +++ b/WebIdMetaPlugin/13.0.12/WebIdMetaPlugin.podspec @@ -0,0 +1,24 @@ +Pod::Spec.new do |s| + s.name = 'WebIdMetaPlugin' + s.version = '13.0.12' + 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.0.12/WebIdMetaPlugin.framework-v13.0.12.zip', :sha256 => 'd7172d12d2dec1dfb69d8ca0de285f64f2ad2d7a8ec5899d487e2635c54a4c11' } + s.swift_versions = ['5.5'] + + s.frameworks = 'UIKit' + + s.ios.deployment_target = '13.0' + s.ios.vendored_frameworks = 'WebIdMetaPlugin.xcframework' + + s.dependency "WebIdVideoIdentProductPlugin", "13.0.12" + s.dependency "WebIdVideoIdentPlugin", "10.1.2" + s.dependency "WebIdDigitalSigningPlugin", "11.1.2" + s.dependency "WebIdIosIdentScanPlugin", "12.2.0" + s.dependency "WebIdOnServerDocumentScanner", "12.2.0" +end