6
0

[Fix] WebIdSdkUiKitComponents (20.3.1-SNAPSHOT)

This commit is contained in:
mac-mini-003 2025-10-21 14:02:14 +02:00
parent fe6dd86bfd
commit b26c88559f

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/20.3.1/WebIdSdkUiKitComponents.framework-v20.3.1-SNAPSHOT-248.zip', :sha256 => '37001171e15f6c4c6a4292ec68962dc1f1d06bbeeab5212e6f9b1e7d00478a9d' } s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdSdkUiKitComponents/20.3.1/WebIdSdkUiKitComponents.framework-v20.3.1-SNAPSHOT-249.zip', :sha256 => 'b6e4de042323805ac2557807cfdf966fed1936a727940bc8f081ead309ee3c22' }
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", "20.3.1-SNAPSHOT" #branch:snapshots s.dependency "WebIdUiKitComponents", "20.3.1-SNAPSHOT" #branch:snapshots
s.dependency "WebIdIosSdk", "20.0.4-SNAPSHOT" #branch:snapshots s.dependency "WebIdIosSdk", "20.0.4-SNAPSHOT" #branch:experimental
end end