2026-01-06 18:08:21 +01:00
|
|
|
Pod::Spec.new do |s|
|
|
|
|
|
s.name = 'WebIdSdkUiKitComponents'
|
|
|
|
|
s.version = '21.0.1-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-02-03 13:18:21 +01:00
|
|
|
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdSdkUiKitComponents/21.0.1/WebIdSdkUiKitComponents.framework-v21.0.1-SNAPSHOT-267.zip', :sha256 => '2e863bdaf0f5bb183a45142f712b5d518cdbc949f7a9156265b466f3df3b8bae' }
|
2026-01-06 18:08:21 +01:00
|
|
|
s.swift_versions = ['5.5']
|
|
|
|
|
|
|
|
|
|
s.frameworks = 'UIKit'
|
|
|
|
|
|
|
|
|
|
s.ios.deployment_target = '13.0'
|
|
|
|
|
s.ios.vendored_frameworks = 'WebIdSdkUiKitComponents.xcframework'
|
|
|
|
|
|
2026-02-03 13:18:21 +01:00
|
|
|
s.dependency "WebIdUiKitComponents", "21.0.2-SNAPSHOT" #branch:snapshots
|
|
|
|
|
s.dependency "WebIdIosSdk", "21.0.2-SNAPSHOT" #branch:snapshots
|
2026-01-06 18:08:21 +01:00
|
|
|
end
|