From d7ac0afcea16580cefda790638c00d9ee79b6c11 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 26 Nov 2025 13:21:31 +0100 Subject: [PATCH] [Update] WebIdOnServerDocumentScanner (20.4.1-SNAPSHOT) --- .../WebIdOnServerDocumentScanner.podspec | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 WebIdOnServerDocumentScanner/20.4.1-SNAPSHOT/WebIdOnServerDocumentScanner.podspec diff --git a/WebIdOnServerDocumentScanner/20.4.1-SNAPSHOT/WebIdOnServerDocumentScanner.podspec b/WebIdOnServerDocumentScanner/20.4.1-SNAPSHOT/WebIdOnServerDocumentScanner.podspec new file mode 100644 index 0000000..a5c94fc --- /dev/null +++ b/WebIdOnServerDocumentScanner/20.4.1-SNAPSHOT/WebIdOnServerDocumentScanner.podspec @@ -0,0 +1,21 @@ +Pod::Spec.new do |s| + s.name = 'WebIdOnServerDocumentScanner' + s.version = '20.4.1-SNAPSHOT' + 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/snapshots/de/webid-solutions/WebIdOnServerDocumentScanner/20.4.1/WebIdOnServerDocumentScanner.framework-v20.4.1-SNAPSHOT-1514.zip', :sha256 => 'fe4deb8a9dbc8d271ad99587df6fbd75ff90fbc16d67609e310d1f2c81025a5c' } + s.swift_versions = ['5.5'] + + s.frameworks = 'UIKit' + + s.ios.deployment_target = '13.0' + s.ios.vendored_frameworks = 'WebIdOnServerDocumentScanner.xcframework' + + s.dependency "WebIdDocumentScanner", "20.4.1-SNAPSHOT" #branch:snapshots + s.dependency "WebIdPluginCore", "20.4.1-SNAPSHOT" #branch:snapshots +end