From a0b2a242205f77a086e93b4d50076925589207cf Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 28 Aug 2025 15:51:52 +0200 Subject: [PATCH] [Update] WebIdOnServerDocumentScanner (20.2.2-SNAPSHOT) --- .../WebIdOnServerDocumentScanner.podspec | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 WebIdOnServerDocumentScanner/20.2.2-SNAPSHOT/WebIdOnServerDocumentScanner.podspec diff --git a/WebIdOnServerDocumentScanner/20.2.2-SNAPSHOT/WebIdOnServerDocumentScanner.podspec b/WebIdOnServerDocumentScanner/20.2.2-SNAPSHOT/WebIdOnServerDocumentScanner.podspec new file mode 100644 index 0000000..d7ed76d --- /dev/null +++ b/WebIdOnServerDocumentScanner/20.2.2-SNAPSHOT/WebIdOnServerDocumentScanner.podspec @@ -0,0 +1,21 @@ +Pod::Spec.new do |s| + s.name = 'WebIdOnServerDocumentScanner' + s.version = '20.2.2-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/redesign-v4-snapshots/de/webid-solutions/WebIdOnServerDocumentScanner/20.2.2/WebIdOnServerDocumentScanner.framework-v20.2.2-SNAPSHOT-1475.zip', :sha256 => '97448093a8f9fa9b1a4aeda68bc85f676b25a8652abfa7e5bb78f28356a34018' } + s.swift_versions = ['5.5'] + + s.frameworks = 'UIKit' + + s.ios.deployment_target = '13.0' + s.ios.vendored_frameworks = 'WebIdOnServerDocumentScanner.xcframework' + + s.dependency "WebIdDocumentScanner", "20.2.2-SNAPSHOT" #branch:redesign-v4-snapshots + s.dependency "WebIdPluginCore", "20.2.2-SNAPSHOT" #branch:redesign-v4-snapshots +end