[Fix] WebIdSdkUiKitComponents (15.1.1-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-01-12 14:43:17 +01:00
parent fcbe747737
commit b58007198e

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/legacy-snapshots/de/webid-solutions/WebIdSdkUiKitComponents/15.1.1/WebIdSdkUiKitComponents.framework-v15.1.1-SNAPSHOT-179.zip', :sha256 => '840f11b4c88cac26cfc021595196eb24adc34c193b4cafe8507815ff9317b0d1' } s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdSdkUiKitComponents/15.1.1/WebIdSdkUiKitComponents.framework-v15.1.1-SNAPSHOT-180.zip', :sha256 => '7589e1c390882670f87419acea85378e9bd943245e32d0bbf2fd4147cc79a3cb' }
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 "WebIdIosSdk", "15.1.1-SNAPSHOT" #branch:legacy-snapshots s.dependency "WebIdIosSdk", "~> 15.1.1"
s.dependency "WebIdUiKitComponents", "15.0.1-SNAPSHOT" #branch:legacy-snapshots s.dependency "WebIdUiKitComponents", "~> 15.0.0"
end end