6
0

[Update] WebIdAutoIdProductPlugin (22.3.4-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-04-02 15:13:32 +02:00
parent f212235112
commit 55d9c7126c

View File

@ -0,0 +1,24 @@
Pod::Spec.new do |s|
s.name = 'WebIdAutoIdProductPlugin'
s.version = '22.3.4-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/snapshots/de/webid-solutions/WebIdAutoIdProductPlugin/22.3.4/WebIdAutoIdProductPlugin.framework-v22.3.4-SNAPSHOT-1683.zip', :sha256 => '9d469d8c509b37a428df806c6040a8dc8151b32edb6bb15debbebfea6ca62a1d' }
s.swift_versions = ['5.5']
s.frameworks = 'UIKit'
s.ios.deployment_target = '13.0'
s.ios.vendored_frameworks = 'WebIdAutoIdProductPlugin.xcframework'
s.dependency "WebIdDigitalSigningPlugin", "22.0.2-SNAPSHOT" #branch:snapshots
s.dependency "WebIdIosIdentScanPlugin", "22.0.1-SNAPSHOT" #branch:snapshots
s.dependency "WebIdDocumentScanner", "22.0.1-SNAPSHOT" #branch:snapshots
s.dependency "WebIdOnServerDocumentScanner", "22.0.1-SNAPSHOT" #branch:snapshots
s.dependency "WebIdCellCheckPlugin", "2.0.6-SNAPSHOT" #branch:snapshots
end