2025-02-11 08:59:25 +01:00
|
|
|
Pod::Spec.new do |s|
|
|
|
|
s.name = 'WebIdSdkUiKitComponents'
|
|
|
|
s.version = '10.2.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
|
2025-03-14 14:10:50 +01:00
|
|
|
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdSdkUiKitComponents/10.2.1/WebIdSdkUiKitComponents.framework-v10.2.1-SNAPSHOT-180.zip', :sha256 => '9ab9a9c445afd01514099c2e11d1c77e2a9b3e9262ede5cb92820610a19b95f1' }
|
2025-02-11 08:59:25 +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", "8.3.0-SNAPSHOT" #branch:redesign-v4-snapshots
|
|
|
|
s.dependency "WebIdIosSdk", "11.2.0-SNAPSHOT" #branch:snapshots
|
|
|
|
end
|