From c8f97a0aa5108b6aaf8a119cd46f8d416e12c64d Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 10 Oct 2024 11:40:04 +0200 Subject: [PATCH] [Update] WebIdUiKitComponents (8.1.0) --- .../8.1.0/WebIdUiKitComponents.podspec | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 WebIdUiKitComponents/8.1.0/WebIdUiKitComponents.podspec diff --git a/WebIdUiKitComponents/8.1.0/WebIdUiKitComponents.podspec b/WebIdUiKitComponents/8.1.0/WebIdUiKitComponents.podspec new file mode 100644 index 0000000..66da1b5 --- /dev/null +++ b/WebIdUiKitComponents/8.1.0/WebIdUiKitComponents.podspec @@ -0,0 +1,20 @@ +Pod::Spec.new do |s| + s.name = 'WebIdUiKitComponents' + s.version = '8.1.0' + 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/redesign-v4/de/webid-solutions/WebIdUiKitComponents/8.1.0/WebIdUiKitComponents.framework-v8.1.0.zip', :sha256 => '37d2356ad69e2e1c8b9ab606b03a09f5a7d557b91b3732641eacb0015cc4bf2d' } + s.swift_versions = ['5.5'] + + s.frameworks = 'UIKit' + + s.ios.deployment_target = '13.0' + s.ios.vendored_frameworks = 'WebIdUiKitComponents.xcframework' + + +end