6
0

[Fix] WebIdSdkUiKitComponents (21.0.1-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-02-04 17:48:15 +01:00
parent 00cbaf5873
commit 88e086dd8f

View File

@ -8,7 +8,7 @@ Pod::Spec.new do |s|
s.author = { 'WebID Solutions GmbH' => 'it-service@webid-solutions.de' }
s.platform = :ios
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' }
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-269.zip', :sha256 => '5e1042300c5e3db31e610a9f0bc1f775774a11e8807f95500222828b28727457' }
s.swift_versions = ['5.5']
s.frameworks = 'UIKit'
@ -16,6 +16,6 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '13.0'
s.ios.vendored_frameworks = 'WebIdSdkUiKitComponents.xcframework'
s.dependency "WebIdUiKitComponents", "21.0.2-SNAPSHOT" #branch:snapshots
s.dependency "WebIdIosSdk", "21.0.2-SNAPSHOT" #branch:snapshots
s.dependency "WebIdUiKitComponents", "~> 21.0.2"
s.dependency "WebIdIosSdk", "~> 21.1.0"
end