From f0e9c3406feaf8e6df8ba7f04f1f5fe29161b823 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 12 Mar 2025 11:17:20 +0100 Subject: [PATCH] [Update] WebIdDocumentScanner (12.3.2) --- .../12.3.2/WebIdDocumentScanner.podspec | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 WebIdDocumentScanner/12.3.2/WebIdDocumentScanner.podspec diff --git a/WebIdDocumentScanner/12.3.2/WebIdDocumentScanner.podspec b/WebIdDocumentScanner/12.3.2/WebIdDocumentScanner.podspec new file mode 100644 index 0000000..ccf0406 --- /dev/null +++ b/WebIdDocumentScanner/12.3.2/WebIdDocumentScanner.podspec @@ -0,0 +1,20 @@ +Pod::Spec.new do |s| + s.name = 'WebIdDocumentScanner' + s.version = '12.3.2' + 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.3.2/WebIdDocumentScanner.framework-v12.3.2.zip', :sha256 => 'f4568488c6aac515f633ea281878c26f3bbb1d7a43d619d5e877f2bc80b7d9d9' } + s.swift_versions = ['5.5'] + + s.frameworks = 'UIKit' + + s.ios.deployment_target = '13.0' + s.ios.vendored_frameworks = 'WebIdDocumentScanner.xcframework' + + s.dependency "WebIdPluginCore", "12.1.0" +end