From b5581dab92d23c0c427d5416e88b6add9fcad389 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 13 May 2026 09:47:27 +0200 Subject: [PATCH] [Update] WebIdCellCheckPlugin (2.1.1) --- .../2.1.1/WebIdCellCheckPlugin.podspec | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 WebIdCellCheckPlugin/2.1.1/WebIdCellCheckPlugin.podspec diff --git a/WebIdCellCheckPlugin/2.1.1/WebIdCellCheckPlugin.podspec b/WebIdCellCheckPlugin/2.1.1/WebIdCellCheckPlugin.podspec new file mode 100644 index 0000000..f182238 --- /dev/null +++ b/WebIdCellCheckPlugin/2.1.1/WebIdCellCheckPlugin.podspec @@ -0,0 +1,20 @@ +Pod::Spec.new do |s| + s.name = 'WebIdCellCheckPlugin' + s.version = '2.1.1' + 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.1.1/WebIdCellCheckPlugin.framework-v2.1.1.zip', :sha256 => '8ede3b37a519f244e990162a49b4cb87e345820bb09d328f27da0e69f41a50e2' } + s.swift_versions = ['5.5'] + + s.frameworks = 'UIKit' + + s.ios.deployment_target = '13.0' + s.ios.vendored_frameworks = 'WebIdCellCheckPlugin.xcframework' + + s.dependency "WebIdPluginCore", "22.0.0" +end