[Update] WebIdUiKitComponents (21.0.6)

This commit is contained in:
mac-mini-003 2026-02-23 13:26:08 +01:00
parent d17a49eb89
commit 509897b2ff

View File

@ -0,0 +1,20 @@
Pod::Spec.new do |s|
s.name = 'WebIdUiKitComponents'
s.version = '21.0.6'
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.6/WebIdUiKitComponents.framework-v21.0.6.zip', :sha256 => 'dbfb7f890ba4b03b1b30c4539dab666289ae601d79813b50492d2a21da0d02ff' }
s.swift_versions = ['5.5']
s.frameworks = 'UIKit'
s.ios.deployment_target = '13.0'
s.ios.vendored_frameworks = 'WebIdUiKitComponents.xcframework'
end