4
0

[Update] WebIdDocumentScanner (22.0.1-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-04-02 12:28:12 +02:00
parent 52c53193b4
commit d2b5e8f72c

View File

@ -0,0 +1,20 @@
Pod::Spec.new do |s|
s.name = 'WebIdDocumentScanner'
s.version = '22.0.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
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdDocumentScanner/22.0.1/WebIdDocumentScanner.framework-v22.0.1-SNAPSHOT-1607.zip', :sha256 => '3ee6986871267ba09e3f4e655472d7a64a3465ec3b42a68024b9604ca6450343' }
s.swift_versions = ['5.5']
s.frameworks = 'UIKit'
s.ios.deployment_target = '13.0'
s.ios.vendored_frameworks = 'WebIdDocumentScanner.xcframework'
s.dependency "WebIdPluginCore", "21.1.1-SNAPSHOT" #branch:snapshots
end