From 1ec7f366a72b51d5f3a7f10013a4a1206b4d1770 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 31 Mar 2026 12:38:44 +0200 Subject: [PATCH] [Update] WebIdCellCheckPlugin (2.0.5) --- .../2.0.5/WebIdCellCheckPlugin.podspec | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 WebIdCellCheckPlugin/2.0.5/WebIdCellCheckPlugin.podspec diff --git a/WebIdCellCheckPlugin/2.0.5/WebIdCellCheckPlugin.podspec b/WebIdCellCheckPlugin/2.0.5/WebIdCellCheckPlugin.podspec new file mode 100644 index 0000000..96b5a36 --- /dev/null +++ b/WebIdCellCheckPlugin/2.0.5/WebIdCellCheckPlugin.podspec @@ -0,0 +1,20 @@ +Pod::Spec.new do |s| + s.name = 'WebIdCellCheckPlugin' + s.version = '2.0.5' + s.summary = 'The WebID cell-check 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/releases/de/webid-solutions/WebIdCellCheckPlugin/2.0.5/WebIdCellCheckPlugin.framework-v2.0.5.zip', :sha256 => '1b973a2148d75f2a8aef600d702785f7e8f4083821baa7c0d5fd6f0c41363748' } + s.swift_versions = ['5.5'] + + s.frameworks = 'UIKit' + + s.ios.deployment_target = '13.0' + s.ios.vendored_frameworks = 'WebIdCellCheckPlugin.xcframework' + + s.dependency "WebIdPluginCore", "21.1.0" +end