From 712f203d3cc3b04435a77b19690509441975e3b7 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 24 Apr 2026 12:08:37 +0200 Subject: [PATCH] [Update] WebIdOnServerDocumentScanner (22.1.1) --- .../WebIdOnServerDocumentScanner.podspec | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 WebIdOnServerDocumentScanner/22.1.1/WebIdOnServerDocumentScanner.podspec diff --git a/WebIdOnServerDocumentScanner/22.1.1/WebIdOnServerDocumentScanner.podspec b/WebIdOnServerDocumentScanner/22.1.1/WebIdOnServerDocumentScanner.podspec new file mode 100644 index 0000000..6714fab --- /dev/null +++ b/WebIdOnServerDocumentScanner/22.1.1/WebIdOnServerDocumentScanner.podspec @@ -0,0 +1,21 @@ +Pod::Spec.new do |s| + s.name = 'WebIdOnServerDocumentScanner' + s.version = '22.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/releases/de/webid-solutions/WebIdOnServerDocumentScanner/22.1.1/WebIdOnServerDocumentScanner.framework-v22.1.1.zip', :sha256 => '4c9389b148b72a74f38e12b612c96725a3a6e628380f8cf254979e480ed22b8d' } + s.swift_versions = ['5.5'] + + s.frameworks = 'UIKit' + + s.ios.deployment_target = '13.0' + s.ios.vendored_frameworks = 'WebIdOnServerDocumentScanner.xcframework' + + s.dependency "WebIdDocumentScanner", "22.1.1" + s.dependency "WebIdPluginCore", "21.2.0" +end