2026-05-04 20:08:47 +02:00
|
|
|
Pod::Spec.new do |s|
|
|
|
|
|
s.name = 'WebIdOnServerDocumentScanner'
|
|
|
|
|
s.version = '22.1.3-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
|
2026-05-12 09:26:04 +02:00
|
|
|
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdOnServerDocumentScanner/22.1.3/WebIdOnServerDocumentScanner.framework-v22.1.3-SNAPSHOT-1651.zip', :sha256 => 'b58e2385119d8f5f35a2895258cec0ec0dc55cbd30f75b9ba0d3fd07be25878c' }
|
2026-05-04 20:08:47 +02:00
|
|
|
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.3-SNAPSHOT" #branch:snapshots
|
|
|
|
|
s.dependency "WebIdPluginCore", "21.2.1-SNAPSHOT" #branch:snapshots
|
|
|
|
|
end
|