From ba2c575037da0fcf298b79668dcf351a40553e42 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Sun, 10 May 2026 21:29:02 +0200 Subject: [PATCH] [Update] WebIdVideoIdProductPlugin (220.4.2-SNAPSHOT) --- .../WebIdVideoIdProductPlugin.podspec | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 WebIdVideoIdProductPlugin/220.4.2-SNAPSHOT/WebIdVideoIdProductPlugin.podspec diff --git a/WebIdVideoIdProductPlugin/220.4.2-SNAPSHOT/WebIdVideoIdProductPlugin.podspec b/WebIdVideoIdProductPlugin/220.4.2-SNAPSHOT/WebIdVideoIdProductPlugin.podspec new file mode 100644 index 0000000..b2fdc4d --- /dev/null +++ b/WebIdVideoIdProductPlugin/220.4.2-SNAPSHOT/WebIdVideoIdProductPlugin.podspec @@ -0,0 +1,23 @@ +Pod::Spec.new do |s| + s.name = 'WebIdVideoIdProductPlugin' + s.version = '220.4.2-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/experimental/de/webid-solutions/WebIdVideoIdProductPlugin/220.4.2/WebIdVideoIdProductPlugin.framework-v220.4.2-SNAPSHOT-1878.zip', :sha256 => '8836cababc013d3291e93cd4868a1f4f917b1468e448e7fc3ae036dd8bab1b7c' } + s.swift_versions = ['5.5'] + + s.frameworks = 'UIKit' + + s.ios.deployment_target = '13.0' + s.ios.vendored_frameworks = 'WebIdVideoIdProductPlugin.xcframework' + + s.dependency "WebIdIosIdentScanPlugin", "220.1.2-SNAPSHOT" #branch:experimental + s.dependency "WebIdOnServerDocumentScanner", "220.1.2-SNAPSHOT" #branch:experimental + s.dependency "WebIdDigitalSigningPlugin", "220.1.0-SNAPSHOT" #branch:experimental + s.dependency "WebIdVideoIdentPlugin", "220.1.0-SNAPSHOT" #branch:experimental +end