From d70233cc2fe47f6f03e0ee6d99b9bd607bf63599 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 30 Oct 2025 17:30:44 +0100 Subject: [PATCH] [Update] WebIdIosIdentScanPlugin (20.3.6-SNAPSHOT) --- .../WebIdIosIdentScanPlugin.podspec | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 WebIdIosIdentScanPlugin/20.3.6-SNAPSHOT/WebIdIosIdentScanPlugin.podspec diff --git a/WebIdIosIdentScanPlugin/20.3.6-SNAPSHOT/WebIdIosIdentScanPlugin.podspec b/WebIdIosIdentScanPlugin/20.3.6-SNAPSHOT/WebIdIosIdentScanPlugin.podspec new file mode 100644 index 0000000..cfe4bc4 --- /dev/null +++ b/WebIdIosIdentScanPlugin/20.3.6-SNAPSHOT/WebIdIosIdentScanPlugin.podspec @@ -0,0 +1,21 @@ +Pod::Spec.new do |s| + s.name = 'WebIdIosIdentScanPlugin' + s.version = '20.3.6-SNAPSHOT' + s.summary = 'The WebID IdentScan plugin 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/experimental/de/webid-solutions/WebIdIosIdentScanPlugin/20.3.6/WebIdIosIdentScanPlugin.framework-v20.3.6-SNAPSHOT-1511.zip', :sha256 => '691c5939bd1a8534f90e39d0a982b7cfe77c1b02f09bcb975e51591144b101ed' } + s.swift_versions = ['5.5'] + + s.frameworks = 'UIKit' + + s.ios.deployment_target = '13.0' + s.ios.vendored_frameworks = 'WebIdIosIdentScanPlugin.xcframework' + + s.dependency "WebIdDocumentScanner", "20.3.6-SNAPSHOT" #branch:experimental + s.dependency "WebIdPluginCore", "20.3.1-SNAPSHOT" #branch:experimental +end