From f2c768b412a5e7cbedb971554ce34aafa666f67f Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 23 Apr 2026 16:35:25 +0200 Subject: [PATCH] [Update] WebIdOnServerDocumentScanner (22.1.0) --- .../WebIdOnServerDocumentScanner.podspec | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 WebIdOnServerDocumentScanner/22.1.0/WebIdOnServerDocumentScanner.podspec diff --git a/WebIdOnServerDocumentScanner/22.1.0/WebIdOnServerDocumentScanner.podspec b/WebIdOnServerDocumentScanner/22.1.0/WebIdOnServerDocumentScanner.podspec new file mode 100644 index 0000000..c7ad00f --- /dev/null +++ b/WebIdOnServerDocumentScanner/22.1.0/WebIdOnServerDocumentScanner.podspec @@ -0,0 +1,21 @@ +Pod::Spec.new do |s| + s.name = 'WebIdOnServerDocumentScanner' + s.version = '22.1.0' + 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.0/WebIdOnServerDocumentScanner.framework-v22.1.0.zip', :sha256 => 'b20a0a5773b269889f5cfba245ad8a688b55667bdf5b637937fc4224c067d8f2' } + 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.0" + s.dependency "WebIdPluginCore", "21.2.0" +end