6
0

[Update] WebIdOnServerDocumentScanner (15.0.1)

This commit is contained in:
mac-mini-003 2025-10-10 08:26:14 +02:00
parent 88fc114ef6
commit dfa3200786

View File

@ -0,0 +1,21 @@
Pod::Spec.new do |s|
s.name = 'WebIdOnServerDocumentScanner'
s.version = '15.0.1'
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/15.0.1/WebIdOnServerDocumentScanner.framework-v15.0.1.zip', :sha256 => '64405cbd478e508e138bdc6e6753cb5e78ccc96b030ef261b3675cf6d684a5ec' }
s.swift_versions = ['5.5']
s.frameworks = 'UIKit'
s.ios.deployment_target = '13.0'
s.ios.vendored_frameworks = 'WebIdOnServerDocumentScanner.xcframework'
s.dependency "WebIdDocumentScanner", "15.0.1"
s.dependency "WebIdPluginCore", "15.0.1"
end