6
0

[Fix] WebIdSdkUiKitComponents (21.2.2-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-06-05 14:11:44 +02:00
parent 4c1649b0cb
commit 8d18841968

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.2.2/WebIdSdkUiKitComponents.framework-v21.2.2-SNAPSHOT-297.zip', :sha256 => '87b02980a575cbf4feda91b414a9d7a16e64083387e0d690c8228c3013d9b5a3' }
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdSdkUiKitComponents/21.2.2/WebIdSdkUiKitComponents.framework-v21.2.2-SNAPSHOT-299.zip', :sha256 => 'd8ec0871417ac0e9e49dd24a4fedd612c63e5ca8e35dc868ea2ffb9a5504f831' }
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", "22.2.3-SNAPSHOT" #branch:snapshots
s.dependency "WebIdIosSdk", "21.6.1-SNAPSHOT" #branch:snapshots
s.dependency "WebIdUiKitComponents", "~> 22.3.0"
s.dependency "WebIdIosSdk", "~> 21.6.0"
end