From d8841a39f8629a4d63408a1bdba8f3f3fc554f75 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 24 Jul 2024 16:50:43 +0200 Subject: [PATCH] [Update] WebIdEIdProductPlugin (13.0.13) --- .../13.0.13/WebIdEIdProductPlugin.podspec | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 WebIdEIdProductPlugin/13.0.13/WebIdEIdProductPlugin.podspec diff --git a/WebIdEIdProductPlugin/13.0.13/WebIdEIdProductPlugin.podspec b/WebIdEIdProductPlugin/13.0.13/WebIdEIdProductPlugin.podspec new file mode 100644 index 0000000..d7050e1 --- /dev/null +++ b/WebIdEIdProductPlugin/13.0.13/WebIdEIdProductPlugin.podspec @@ -0,0 +1,25 @@ +Pod::Spec.new do |s| + s.name = 'WebIdEIdProductPlugin' + s.version = '13.0.13' + s.summary = 'The WebID eId 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/internal/de/webid-solutions/WebIdEIdProductPlugin/13.0.13/WebIdEIdProductPlugin.framework-v13.0.13.zip', :sha256 => 'ba54aff8d81fb65453a235f6a24e7fe42ddd240d59f4e042d461eea6b76e4193' } + s.swift_versions = ['5.5'] + + s.frameworks = 'UIKit' + + s.ios.deployment_target = '13.0' + s.ios.vendored_frameworks = 'WebIdEIdProductPlugin.xcframework' + + s.dependency "DocumentReader", "~> 7.2" + s.dependency "RegulaCommon", "~> 7.2" + s.dependency "WebIdOnDeviceDocumentScanner", "12.2.0" + s.dependency "WebIdIosIdentScanPlugin", "12.2.0" + s.dependency "WebIdEIdentPlugin", "5.1.0" + s.dependency "WebIdDigitalSigningPlugin", "11.1.2" +end