6
0

[Fix] WebIdSdkUiKitComponents (20.2.2-SNAPSHOT)

This commit is contained in:
mac-mini-003 2025-09-29 14:38:51 +02:00
parent 7d1f303e2b
commit e84535b702

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/20.2.2/WebIdSdkUiKitComponents.framework-v20.2.2-SNAPSHOT-241.zip', :sha256 => 'd7e07a719aabe5e854dfd8c4eef530834d4a3dda99f129a68c476266208620de' }
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdSdkUiKitComponents/20.2.2/WebIdSdkUiKitComponents.framework-v20.2.2-SNAPSHOT-241.zip', :sha256 => '3f554be273171b2b56d1437fcd4c5feb8f790ceae1d65e1f8f03bb6a9bcf3a94' }
s.swift_versions = ['5.5']
s.frameworks = 'UIKit'
@ -17,5 +17,5 @@ Pod::Spec.new do |s|
s.ios.vendored_frameworks = 'WebIdSdkUiKitComponents.xcframework'
s.dependency "WebIdUiKitComponents", "20.2.2-SNAPSHOT" #branch:snapshots
s.dependency "WebIdIosSdk", "12.0.2-SNAPSHOT" #branch:snapshots
s.dependency "WebIdIosSdk", "20.0.0-SNAPSHOT" #branch:snapshots
end