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