2025-08-01 15:55:52 +02:00
|
|
|
Pod::Spec.new do |s|
|
|
|
|
s.name = 'WebIdDocumentScanner'
|
|
|
|
s.version = '20.1.1-SNAPSHOT'
|
|
|
|
s.summary = 'The WebID id-document scanner interface 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-08-04 11:40:44 +02:00
|
|
|
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdDocumentScanner/20.1.1/WebIdDocumentScanner.framework-v20.1.1-SNAPSHOT-1458.zip', :sha256 => '63505929df2b04228bd44871af1f7282215f5080ffd0fe7985fdae9d9a68ffae' }
|
2025-08-01 15:55:52 +02:00
|
|
|
s.swift_versions = ['5.5']
|
|
|
|
|
|
|
|
s.frameworks = 'UIKit'
|
|
|
|
|
|
|
|
s.ios.deployment_target = '13.0'
|
|
|
|
s.ios.vendored_frameworks = 'WebIdDocumentScanner.xcframework'
|
|
|
|
|
2025-08-04 11:40:44 +02:00
|
|
|
s.dependency "WebIdPluginCore", "20.1.0"
|
2025-08-01 15:55:52 +02:00
|
|
|
end
|