From 5954bdd414d7f1fd619a652e997ca2a257ab29cd Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 29 Jul 2025 14:11:18 +0200 Subject: [PATCH] [Update] WebIdAutoIdentOnDeviceProductPlugin (20.0.5-SNAPSHOT) --- ...ebIdAutoIdentOnDeviceProductPlugin.podspec | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 WebIdAutoIdentOnDeviceProductPlugin/20.0.5-SNAPSHOT/WebIdAutoIdentOnDeviceProductPlugin.podspec diff --git a/WebIdAutoIdentOnDeviceProductPlugin/20.0.5-SNAPSHOT/WebIdAutoIdentOnDeviceProductPlugin.podspec b/WebIdAutoIdentOnDeviceProductPlugin/20.0.5-SNAPSHOT/WebIdAutoIdentOnDeviceProductPlugin.podspec new file mode 100644 index 0000000..c2f949b --- /dev/null +++ b/WebIdAutoIdentOnDeviceProductPlugin/20.0.5-SNAPSHOT/WebIdAutoIdentOnDeviceProductPlugin.podspec @@ -0,0 +1,22 @@ +Pod::Spec.new do |s| + s.name = 'WebIdAutoIdentOnDeviceProductPlugin' + s.version = '20.0.5-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/redesign-v4-snapshots/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/20.0.5/WebIdAutoIdentOnDeviceProductPlugin.framework-v20.0.5-SNAPSHOT-1447.zip', :sha256 => '783ea0533e31bdd85559f7c12fa08f8f43e195b4227adac4463f4c4dd326287c' } + s.swift_versions = ['5.5'] + + s.frameworks = 'UIKit' + + s.ios.deployment_target = '13.0' + s.ios.vendored_frameworks = 'WebIdAutoIdentOnDeviceProductPlugin.xcframework' + + s.dependency "WebIdDigitalSigningPlugin", "20.0.2-SNAPSHOT" #branch:redesign-v4-snapshots + s.dependency "WebIdIosIdentScanPlugin", "20.0.2-SNAPSHOT" #branch:redesign-v4-snapshots + s.dependency "WebIdOnDeviceDocumentScanner", "20.0.2-SNAPSHOT" #branch:redesign-v4-snapshots +end