4
0

[Update] WebIdSdkUiKitComponents (21.0.2-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-03-05 15:48:53 +01:00
parent 886f96cf0a
commit 53f4a3c067

View File

@ -0,0 +1,21 @@
Pod::Spec.new do |s|
s.name = 'WebIdSdkUiKitComponents'
s.version = '21.0.2-SNAPSHOT'
s.summary = 'The WebID SDK UIKit components for iOS. Requires the WebIdIosSDK!'
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/experimental/de/webid-solutions/WebIdSdkUiKitComponents/21.0.2/WebIdSdkUiKitComponents.framework-v21.0.2-SNAPSHOT-277.zip', :sha256 => '6695ca613c7a0327ce7a12be414e29665a502631d951223a4e8a175e3a78e0d4' }
s.swift_versions = ['5.5']
s.frameworks = 'UIKit'
s.ios.deployment_target = '13.0'
s.ios.vendored_frameworks = 'WebIdSdkUiKitComponents.xcframework'
s.dependency "WebIdUiKitComponents", "~> 21.0.5"
s.dependency "WebIdIosSdk", "21.2.1-SNAPSHOT" #branch:experimental
end