From 00faed18394432cb055f2600cf3a6b94d772a61d Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 10 Sep 2025 12:00:45 +0200 Subject: [PATCH] [Add] WebIdDocumentScanner (20.2.1) --- .../20.2.1/WebIdDocumentScanner.podspec | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 WebIdDocumentScanner/20.2.1/WebIdDocumentScanner.podspec diff --git a/WebIdDocumentScanner/20.2.1/WebIdDocumentScanner.podspec b/WebIdDocumentScanner/20.2.1/WebIdDocumentScanner.podspec new file mode 100644 index 0000000..e7108a3 --- /dev/null +++ b/WebIdDocumentScanner/20.2.1/WebIdDocumentScanner.podspec @@ -0,0 +1,20 @@ +Pod::Spec.new do |s| + s.name = 'WebIdDocumentScanner' + s.version = '20.2.1' + 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/releases/de/webid-solutions/WebIdDocumentScanner/20.2.1/WebIdDocumentScanner.framework-v20.2.1.zip', :sha256 => '89009209605d4d673139c92efbe21bc717de8310852641fc8da62b5dd69f3d1a' } + s.swift_versions = ['5.5'] + + s.frameworks = 'UIKit' + + s.ios.deployment_target = '13.0' + s.ios.vendored_frameworks = 'WebIdDocumentScanner.xcframework' + + s.dependency "WebIdPluginCore", "20.2.1" +end