[Fix] WebIdSdkUiKitComponents (15.0.1-SNAPSHOT)

This commit is contained in:
mac-mini-003 2025-10-02 16:08:15 +02:00
parent 363f3e6b8c
commit a20e84d7fa

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/legacy-snapshots/de/webid-solutions/WebIdSdkUiKitComponents/15.0.1/WebIdSdkUiKitComponents.framework-v15.0.1-SNAPSHOT-170.zip', :sha256 => 'f3680445954de460d56d878d60e50b1d30b1b7ac226e0b169c372916cc02144e' }
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdSdkUiKitComponents/15.0.1/WebIdSdkUiKitComponents.framework-v15.0.1-SNAPSHOT-172.zip', :sha256 => '93a6a9e2073e841b7736ad1d85492ca5be110adf548c04518e1f62e8f0187c2d' }
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 "WebIdIosSdk", "15.0.0-SNAPSHOT" #branch:legacy-snapshots
s.dependency "WebIdUiKitComponents", "15.0.1-SNAPSHOT" #branch:legacy-snapshots
s.dependency "WebIdIosSdk", "~> 15.0.0"
s.dependency "WebIdUiKitComponents", "~> 15.0.0"
end