2026-04-07 11:19:14 +02:00
|
|
|
Pod::Spec.new do |s|
|
|
|
|
|
s.name = 'WebIdOnServerDocumentScanner'
|
|
|
|
|
s.version = '22.0.4-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-04-23 13:09:41 +02:00
|
|
|
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdOnServerDocumentScanner/22.0.4/WebIdOnServerDocumentScanner.framework-v22.0.4-SNAPSHOT-1630.zip', :sha256 => '952b3c228e6416d647a8cef29edd369e93ad39caa2362cf8c1a6c5d8b4fb1a62' }
|
2026-04-07 11:19:14 +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.0.4-SNAPSHOT" #branch:snapshots
|
2026-04-22 12:54:08 +02:00
|
|
|
s.dependency "WebIdPluginCore", "21.2.0"
|
2026-04-07 11:19:14 +02:00
|
|
|
end
|