From 2f33cf5d2659bde97ef6a8e0efc94b4a78e9bf20 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 6 Jan 2026 14:09:20 +0100 Subject: [PATCH] [Update] WebIdUiKitComponents (21.0.1) --- .../21.0.1/WebIdUiKitComponents.podspec | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 WebIdUiKitComponents/21.0.1/WebIdUiKitComponents.podspec diff --git a/WebIdUiKitComponents/21.0.1/WebIdUiKitComponents.podspec b/WebIdUiKitComponents/21.0.1/WebIdUiKitComponents.podspec new file mode 100644 index 0000000..5298ef6 --- /dev/null +++ b/WebIdUiKitComponents/21.0.1/WebIdUiKitComponents.podspec @@ -0,0 +1,20 @@ +Pod::Spec.new do |s| + s.name = 'WebIdUiKitComponents' + s.version = '21.0.1' + s.summary = 'The WebID UIKit components 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/WebIdUiKitComponents/21.0.1/WebIdUiKitComponents.framework-v21.0.1.zip', :sha256 => '5d95d30499b2b67c37acdaa01f70b019ec5c77ad56da26fb941bcc0309255255' } + s.swift_versions = ['5.5'] + + s.frameworks = 'UIKit' + + s.ios.deployment_target = '13.0' + s.ios.vendored_frameworks = 'WebIdUiKitComponents.xcframework' + + +end