From ff2d80d8d4b70c7b66aae4fac8bbe257804e4897 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 4 Aug 2025 12:14:17 +0200 Subject: [PATCH] [Update] WebIdVideoIdentProductPlugin (20.1.1-SNAPSHOT) --- .../WebIdVideoIdentProductPlugin.podspec | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 WebIdVideoIdentProductPlugin/20.1.1-SNAPSHOT/WebIdVideoIdentProductPlugin.podspec diff --git a/WebIdVideoIdentProductPlugin/20.1.1-SNAPSHOT/WebIdVideoIdentProductPlugin.podspec b/WebIdVideoIdentProductPlugin/20.1.1-SNAPSHOT/WebIdVideoIdentProductPlugin.podspec new file mode 100644 index 0000000..f73a015 --- /dev/null +++ b/WebIdVideoIdentProductPlugin/20.1.1-SNAPSHOT/WebIdVideoIdentProductPlugin.podspec @@ -0,0 +1,23 @@ +Pod::Spec.new do |s| + s.name = 'WebIdVideoIdentProductPlugin' + s.version = '20.1.1-SNAPSHOT' + s.summary = 'The WebID video-ident 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/redesign-v4-snapshots/de/webid-solutions/WebIdVideoIdentProductPlugin/20.1.1/WebIdVideoIdentProductPlugin.framework-v20.1.1-SNAPSHOT-1458.zip', :sha256 => 'cdfe3d8390957332578257b4960c2119baca85615a6a14bffc25fc94d306d66e' } + s.swift_versions = ['5.5'] + + s.frameworks = 'UIKit' + + s.ios.deployment_target = '13.0' + s.ios.vendored_frameworks = 'WebIdVideoIdentProductPlugin.xcframework' + + s.dependency "WebIdIosIdentScanPlugin", "20.1.1" + s.dependency "WebIdOnServerDocumentScanner", "20.1.1" + s.dependency "WebIdDigitalSigningPlugin", "20.1.0" + s.dependency "WebIdVideoIdentPlugin", "20.1.0" +end