2
0

[Update] WebIdUiKitComponents (8.2.1)

This commit is contained in:
mac-mini-003 2024-11-27 14:57:36 +01:00
parent 6d3fee9930
commit 1f72133068

View File

@ -0,0 +1,20 @@
Pod::Spec.new do |s|
s.name = 'WebIdUiKitComponents'
s.version = '8.2.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/redesign-v4/de/webid-solutions/WebIdUiKitComponents/8.2.1/WebIdUiKitComponents.framework-v8.2.1.zip', :sha256 => '071013b01d1f4b7b05673b551b21b40610c8225079ddcfdaeef28a440fae3e8b' }
s.swift_versions = ['5.5']
s.frameworks = 'UIKit'
s.ios.deployment_target = '13.0'
s.ios.vendored_frameworks = 'WebIdUiKitComponents.xcframework'
end