ReleasesSpecs/WebIdOnServerDocumentScanner/22.1.1/WebIdOnServerDocumentScanner.podspec

22 lines
1.0 KiB
Plaintext
Raw Normal View History

Pod::Spec.new do |s|
s.name = 'WebIdOnServerDocumentScanner'
s.version = '22.1.1'
s.summary = 'The WebID on-server id-document scanner 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/releases/de/webid-solutions/WebIdOnServerDocumentScanner/22.1.1/WebIdOnServerDocumentScanner.framework-v22.1.1.zip', :sha256 => '4c9389b148b72a74f38e12b612c96725a3a6e628380f8cf254979e480ed22b8d' }
s.swift_versions = ['5.5']
s.frameworks = 'UIKit'
s.ios.deployment_target = '13.0'
s.ios.vendored_frameworks = 'WebIdOnServerDocumentScanner.xcframework'
s.dependency "WebIdDocumentScanner", "22.1.1"
s.dependency "WebIdPluginCore", "21.2.0"
end