6
0

[Fix] WebIdSdkUiKitComponents (21.0.4-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-03-27 13:06:03 +01:00
parent 78c56a1441
commit da2a1da007

View File

@ -8,7 +8,7 @@ Pod::Spec.new do |s|
s.author = { 'WebID Solutions GmbH' => 'it-service@webid-solutions.de' } s.author = { 'WebID Solutions GmbH' => 'it-service@webid-solutions.de' }
s.platform = :ios s.platform = :ios
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdSdkUiKitComponents/21.0.4/WebIdSdkUiKitComponents.framework-v21.0.4-SNAPSHOT-279.zip', :sha256 => '2fceb73dd03fe77193f36c291ffa5822dc4ae0291a4e9ea9711b11d2757b4bc6' } s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdSdkUiKitComponents/21.0.4/WebIdSdkUiKitComponents.framework-v21.0.4-SNAPSHOT-280.zip', :sha256 => 'd8e7089ee9efac543b43bc07c501730c142b90530c4fa4e364ca63eb659d223e' }
s.swift_versions = ['5.5'] s.swift_versions = ['5.5']
s.frameworks = 'UIKit' s.frameworks = 'UIKit'
@ -17,5 +17,5 @@ Pod::Spec.new do |s|
s.ios.vendored_frameworks = 'WebIdSdkUiKitComponents.xcframework' s.ios.vendored_frameworks = 'WebIdSdkUiKitComponents.xcframework'
s.dependency "WebIdUiKitComponents", "21.0.9-SNAPSHOT" #branch:snapshots s.dependency "WebIdUiKitComponents", "21.0.9-SNAPSHOT" #branch:snapshots
s.dependency "WebIdIosSdk", "21.2.1-SNAPSHOT" #branch:snapshots s.dependency "WebIdIosSdk", "21.3.1-SNAPSHOT" #branch:snapshots
end end