2026-03-10 14:08:15 +01:00
|
|
|
Pod::Spec.new do |s|
|
|
|
|
|
s.name = 'WebIdSdkUiKitComponents'
|
|
|
|
|
s.version = '21.0.4-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
|
2026-03-27 13:06:03 +01:00
|
|
|
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdSdkUiKitComponents/21.0.4/WebIdSdkUiKitComponents.framework-v21.0.4-SNAPSHOT-280.zip', :sha256 => 'd8e7089ee9efac543b43bc07c501730c142b90530c4fa4e364ca63eb659d223e' }
|
2026-03-10 14:08:15 +01:00
|
|
|
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.9-SNAPSHOT" #branch:snapshots
|
2026-03-27 13:06:03 +01:00
|
|
|
s.dependency "WebIdIosSdk", "21.3.1-SNAPSHOT" #branch:snapshots
|
2026-03-10 14:08:15 +01:00
|
|
|
end
|