From 8bc755ff88d3aced6da2fe65b2c1b345a6c26499 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 16 Jun 2025 16:17:06 +0200 Subject: [PATCH] [Update] WebIdIosIdentScanPlugin (12.6.0-SNAPSHOT) --- .../WebIdIosIdentScanPlugin.podspec | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 WebIdIosIdentScanPlugin/12.6.0-SNAPSHOT/WebIdIosIdentScanPlugin.podspec diff --git a/WebIdIosIdentScanPlugin/12.6.0-SNAPSHOT/WebIdIosIdentScanPlugin.podspec b/WebIdIosIdentScanPlugin/12.6.0-SNAPSHOT/WebIdIosIdentScanPlugin.podspec new file mode 100644 index 0000000..33c0f9d --- /dev/null +++ b/WebIdIosIdentScanPlugin/12.6.0-SNAPSHOT/WebIdIosIdentScanPlugin.podspec @@ -0,0 +1,21 @@ +Pod::Spec.new do |s| + s.name = 'WebIdIosIdentScanPlugin' + s.version = '12.6.0-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/snapshots/de/webid-solutions/WebIdIosIdentScanPlugin/12.6.0/WebIdIosIdentScanPlugin.framework-v12.6.0-SNAPSHOT-1351.zip', :sha256 => 'ebc0d262e0f26f1396db12dfe135519fea1e1db68f3b65cd18f590bf706247ec' } + s.swift_versions = ['5.5'] + + s.frameworks = 'UIKit' + + s.ios.deployment_target = '13.0' + s.ios.vendored_frameworks = 'WebIdIosIdentScanPlugin.xcframework' + + s.dependency "WebIdDocumentScanner", "12.6.0-SNAPSHOT" #branch:snapshots + s.dependency "WebIdPluginCore", "12.3.3" +end