[Fix] WebIdSdkUiKitComponents (15.1.2-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-06-03 15:45:06 +02:00
parent 6906e601f7
commit 80cbf3533c

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.1.2/WebIdSdkUiKitComponents.framework-v15.1.2-SNAPSHOT-183.zip', :sha256 => 'b4087370c06b853e5cf53c9eeb9c9c8c05d9315a3c5b84f42e7b52b7c99a3777' }
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdSdkUiKitComponents/15.1.2/WebIdSdkUiKitComponents.framework-v15.1.2-SNAPSHOT-183.zip', :sha256 => 'b4adfa34c13f24b8628e5a3b3c7214f3ad813c745f810f39337117bcf810eca9' }
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.1.2-SNAPSHOT" #branch:legacy-snapshots
s.dependency "WebIdIosSdk", "15.1.3-SNAPSHOT" #branch:legacy-snapshots
s.dependency "WebIdUiKitComponents", "15.0.1-SNAPSHOT" #branch:legacy-snapshots
end