From 1ba64815ac365e3933010338013ff4c9aa013187 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 25 Nov 2025 20:03:34 +0100 Subject: [PATCH] [Update] WebIdAutoIdProductPlugin (21.2.0) --- .../21.2.0/WebIdAutoIdProductPlugin.podspec | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 WebIdAutoIdProductPlugin/21.2.0/WebIdAutoIdProductPlugin.podspec diff --git a/WebIdAutoIdProductPlugin/21.2.0/WebIdAutoIdProductPlugin.podspec b/WebIdAutoIdProductPlugin/21.2.0/WebIdAutoIdProductPlugin.podspec new file mode 100644 index 0000000..bfce745 --- /dev/null +++ b/WebIdAutoIdProductPlugin/21.2.0/WebIdAutoIdProductPlugin.podspec @@ -0,0 +1,24 @@ +Pod::Spec.new do |s| + s.name = 'WebIdAutoIdProductPlugin' + s.version = '21.2.0' + s.summary = 'The WebID auto-ident on-device 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/releases/de/webid-solutions/WebIdAutoIdProductPlugin/21.2.0/WebIdAutoIdProductPlugin.framework-v21.2.0.zip', :sha256 => 'f10ea37cf17f27edde3a4e888b4769fe8a77939a22db6d0c5af8ed49d2df86cd' } + s.swift_versions = ['5.5'] + + s.frameworks = 'UIKit' + + s.ios.deployment_target = '13.0' + s.ios.vendored_frameworks = 'WebIdAutoIdProductPlugin.xcframework' + + s.dependency "WebIdDigitalSigningPlugin", "20.4.0" + s.dependency "WebIdIosIdentScanPlugin", "20.4.0" + s.dependency "WebIdDocumentScanner", "20.4.0" + s.dependency "WebIdOnServerDocumentScanner", "20.4.0" + s.dependency "WebIdCellCheckPlugin", "1.0.0" +end