6
0

[Fix] WebIdSdkUiKitComponents (21.0.1-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-02-03 13:18:21 +01:00
parent b8685a51d7
commit 776155159f

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-266.zip', :sha256 => '36331a273aaac987b94a6a97e5dfd3249bfa9d13d60ca714e659751103d2e24e' }
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.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", "20.4.1-SNAPSHOT" #branch:snapshots
s.dependency "WebIdIosSdk", "20.1.1-SNAPSHOT" #branch:snapshots
s.dependency "WebIdUiKitComponents", "21.0.2-SNAPSHOT" #branch:snapshots
s.dependency "WebIdIosSdk", "21.0.2-SNAPSHOT" #branch:snapshots
end