6
0
SnapshotsSpecs/WebIdAutoIdProductPlugin/22.3.2-SNAPSHOT/WebIdAutoIdProductPlugin.podspec
2026-04-02 14:54:46 +02:00

25 lines
1.2 KiB
Ruby

Pod::Spec.new do |s|
s.name = 'WebIdAutoIdProductPlugin'
s.version = '22.3.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/snapshots/de/webid-solutions/WebIdAutoIdProductPlugin/22.3.2/WebIdAutoIdProductPlugin.framework-v22.3.2-SNAPSHOT-1681.zip', :sha256 => '378114b9fb093bd50ce29dfcf9f4a806bbf61203ecb75471de6c9e64c514739a' }
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.1"
s.dependency "WebIdDocumentScanner", "22.0.1"
s.dependency "WebIdOnServerDocumentScanner", "22.0.1"
s.dependency "WebIdCellCheckPlugin", "2.0.5"
end