From 896b1120b1c80e99b5e36261e38893fde9ab9742 Mon Sep 17 00:00:00 2001 From: fpavkovic Date: Fri, 24 May 2024 15:03:51 +0200 Subject: [PATCH] [Add] WebIdDocumentScanner (12.0.0) --- .../12.0.0/WebIdDocumentScanner.podspec | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 WebIdDocumentScanner/12.0.0/WebIdDocumentScanner.podspec diff --git a/WebIdDocumentScanner/12.0.0/WebIdDocumentScanner.podspec b/WebIdDocumentScanner/12.0.0/WebIdDocumentScanner.podspec new file mode 100644 index 0000000..8412261 --- /dev/null +++ b/WebIdDocumentScanner/12.0.0/WebIdDocumentScanner.podspec @@ -0,0 +1,23 @@ +Pod::Spec.new do |s| + s.name = 'WebIdDocumentScanner' + s.version = '12.0.0' + 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/internal/de/webid-solutions/WebIdDocumentScanner/12.0.0/WebIdDocumentScanner.framework-v12.0.0.zip', + :sha256 => 'd04100964f89774df4c5d1948b7ef9b3e33b9e36ed766a9adfc53fb917d18f3d' + } + s.swift_versions = ['5.5'] + + s.frameworks = 'UIKit' + + s.ios.deployment_target = '13.0' + s.ios.vendored_frameworks = 'WebIdDocumentScanner.xcframework' + + s.dependency "WebIdPluginCore", "11.0.0" +end