From f1553b09fd9e6f32b9f18c4d46f9ed609655e290 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 17 Feb 2026 15:22:08 +0100 Subject: [PATCH] [Update] WebIdOnDeviceDocumentScanner (15.1.2) --- .../WebIdOnDeviceDocumentScanner.podspec | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 WebIdOnDeviceDocumentScanner/15.1.2/WebIdOnDeviceDocumentScanner.podspec diff --git a/WebIdOnDeviceDocumentScanner/15.1.2/WebIdOnDeviceDocumentScanner.podspec b/WebIdOnDeviceDocumentScanner/15.1.2/WebIdOnDeviceDocumentScanner.podspec new file mode 100644 index 0000000..a0b3b7d --- /dev/null +++ b/WebIdOnDeviceDocumentScanner/15.1.2/WebIdOnDeviceDocumentScanner.podspec @@ -0,0 +1,23 @@ +Pod::Spec.new do |s| + s.name = 'WebIdOnDeviceDocumentScanner' + s.version = '15.1.2' + s.summary = 'The WebID on-device 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/internal/de/webid-solutions/WebIdOnDeviceDocumentScanner/15.1.2/WebIdOnDeviceDocumentScanner.framework-v15.1.2.zip', :sha256 => 'b43fbd64c1b53ac844cbd9e17959faef1e44a5af4fb924d4544b29e472026bb3' } + s.swift_versions = ['5.5'] + + s.frameworks = 'UIKit' + + s.ios.deployment_target = '13.0' + s.ios.vendored_frameworks = 'WebIdOnDeviceDocumentScanner.xcframework' + + s.dependency "WebIdDocumentScanner", "15.1.2" + s.dependency "WebIdPluginCore", "15.1.1" + s.dependency "DocumentReader", "7.5.4221" + s.dependency "DocumentReaderFull", "7.5.11015" +end