2025-11-11 11:57:20 +01:00
|
|
|
Pod::Spec.new do |s|
|
|
|
|
|
s.name = 'WebIdOnServerDocumentScanner'
|
|
|
|
|
s.version = '200.3.6-SNAPSHOT'
|
|
|
|
|
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
|
2025-12-13 00:32:24 +01:00
|
|
|
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdOnServerDocumentScanner/200.3.6/WebIdOnServerDocumentScanner.framework-v200.3.6-SNAPSHOT-1528.zip', :sha256 => '0ef9511950acdaca44d6b8fbc8ca17af2b3a5ae3d1bae4c3c0f4884b53464434' }
|
2025-11-11 11:57:20 +01:00
|
|
|
s.swift_versions = ['5.5']
|
|
|
|
|
|
|
|
|
|
s.frameworks = 'UIKit'
|
|
|
|
|
|
|
|
|
|
s.ios.deployment_target = '13.0'
|
|
|
|
|
s.ios.vendored_frameworks = 'WebIdOnServerDocumentScanner.xcframework'
|
|
|
|
|
|
|
|
|
|
s.dependency "WebIdDocumentScanner", "200.3.6-SNAPSHOT" #branch:experimental
|
|
|
|
|
s.dependency "WebIdPluginCore", "200.3.1-SNAPSHOT" #branch:experimental
|
|
|
|
|
end
|