4
0

[Fix] WebIdSdkUiKitComponents (20.0.2-SNAPSHOT)

This commit is contained in:
mac-mini-003 2025-07-31 11:08:12 +02:00
parent 8b1b371fcf
commit ba55b3e2dd

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/redesign-v4-snapshots/de/webid-solutions/WebIdSdkUiKitComponents/20.0.2/WebIdSdkUiKitComponents.framework-v20.0.2-SNAPSHOT-223.zip', :sha256 => '0e6526b07d77ecc6c9d5116ffbce1afa5f1b6cf9f46de1e34f23eba5e2c4b4a7' } s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdSdkUiKitComponents/20.0.2/WebIdSdkUiKitComponents.framework-v20.0.2-SNAPSHOT-224.zip', :sha256 => 'cf32aabc01c4b57f261b973de4a15309af7328a17e1a3e7fef5fd5e6deb39a89' }
s.swift_versions = ['5.5'] s.swift_versions = ['5.5']
s.frameworks = 'UIKit' s.frameworks = 'UIKit'
@ -16,6 +16,6 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '13.0' s.ios.deployment_target = '13.0'
s.ios.vendored_frameworks = 'WebIdSdkUiKitComponents.xcframework' s.ios.vendored_frameworks = 'WebIdSdkUiKitComponents.xcframework'
s.dependency "WebIdUiKitComponents", "20.0.4-SNAPSHOT" #branch:redesign-v4-snapshots s.dependency "WebIdUiKitComponents", "20.0.5-SNAPSHOT" #branch:redesign-v4-snapshots
s.dependency "WebIdIosSdk", "12.0.1-SNAPSHOT" #branch:snapshots s.dependency "WebIdIosSdk", "12.0.1-SNAPSHOT" #branch:snapshots
end end