6
0
SnapshotsSpecs/WebIdAutoIdProductPlugin/22.3.5-SNAPSHOT/WebIdAutoIdProductPlugin.podspec

25 lines
1.2 KiB
Plaintext
Raw Normal View History

Pod::Spec.new do |s|
s.name = 'WebIdAutoIdProductPlugin'
s.version = '22.3.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/snapshots/de/webid-solutions/WebIdAutoIdProductPlugin/22.3.5/WebIdAutoIdProductPlugin.framework-v22.3.5-SNAPSHOT-1687.zip', :sha256 => '70e0ea9c792c6aba24bf4d7ca33c5b0cbb2df543e8e6d596c025faa8b9c4f22d' }
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.1"
s.dependency "WebIdIosIdentScanPlugin", "22.0.3"
s.dependency "WebIdDocumentScanner", "22.0.3"
s.dependency "WebIdOnServerDocumentScanner", "22.0.3"
s.dependency "WebIdCellCheckPlugin", "2.0.5"
end