[Fix] WebIdSdkUiKitComponents (15.1.3-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-06-23 15:53:18 +02:00
parent f794e51aa6
commit c000b9abb0

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.3/WebIdSdkUiKitComponents.framework-v15.1.3-SNAPSHOT-187.zip', :sha256 => '488c68b0ecdf878ece3fe0d29b1c81872f6a9e2b27b8aad12f9aa1b1467fc6fd' }
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdSdkUiKitComponents/15.1.3/WebIdSdkUiKitComponents.framework-v15.1.3-SNAPSHOT-188.zip', :sha256 => 'd8635531a948b654ff36c3fd413496b7b36628c3977742f0b177689dcf1afce4' }
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.2.1-SNAPSHOT" #branch:legacy-snapshots
s.dependency "WebIdUiKitComponents", "15.0.1-SNAPSHOT" #branch:legacy-snapshots
s.dependency "WebIdIosSdk", "~> 15.2.0"
s.dependency "WebIdUiKitComponents", "~> 15.0.0"
end