[Fix] WebIdSdkUiKitComponents (15.1.2-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-03-06 20:43:23 +01:00
parent 6a13a17f74
commit de45686f0c

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-182.zip', :sha256 => '3cb0a2776810c58d5a80faea383eeb3b322b3b3c11451ac571917e35f045dbd9' }
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.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.1-SNAPSHOT" #branch:legacy-snapshots
s.dependency "WebIdIosSdk", "15.1.2-SNAPSHOT" #branch:legacy-snapshots
s.dependency "WebIdUiKitComponents", "15.0.1-SNAPSHOT" #branch:legacy-snapshots
end