6
0

[Update] WebIdOnServerDocumentScanner (15.1.1)

This commit is contained in:
mac-mini-003 2026-01-12 20:33:07 +01:00
parent e0ae30e41a
commit 8dd0a52077

View File

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