6
0

[Update] WebIdOnServerDocumentScanner (12.5.0)

This commit is contained in:
mac-mini-003 2025-05-23 10:41:02 +02:00
parent a91ec16ae1
commit 9cde0d0b7d

View File

@ -0,0 +1,21 @@
Pod::Spec.new do |s|
s.name = 'WebIdOnServerDocumentScanner'
s.version = '12.5.0'
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/internal/de/webid-solutions/WebIdOnServerDocumentScanner/12.5.0/WebIdOnServerDocumentScanner.framework-v12.5.0.zip', :sha256 => '9fd4cbb0c10b427772fe6dfee57d25643a329db3f09a6aa49deba2068d6a61a8' }
s.swift_versions = ['5.5']
s.frameworks = 'UIKit'
s.ios.deployment_target = '13.0'
s.ios.vendored_frameworks = 'WebIdOnServerDocumentScanner.xcframework'
s.dependency "WebIdDocumentScanner", "12.5.0"
s.dependency "WebIdPluginCore", "12.3.1"
end