6
0

[Fix] WebIdSdkUiKitComponents (15.0.0-SNAPSHOT)

This commit is contained in:
mac-mini-003 2025-07-14 11:53:14 +02:00
parent fabbb0b8e0
commit bdf2c85cf3

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/snapshots/de/webid-solutions/WebIdSdkUiKitComponents/15.0.0/WebIdSdkUiKitComponents.framework-v15.0.0-SNAPSHOT-164.zip', :sha256 => '27def130fb051ead8764a924cfe0c3e4ebe9baef95cce8cb491bc83166431e34' } s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdSdkUiKitComponents/15.0.0/WebIdSdkUiKitComponents.framework-v15.0.0-SNAPSHOT-166.zip', :sha256 => '199dbcbea721cd1d784b06783b29242f3743a61e175a4844360d68d754a14c43' }
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", "11.2.0-SNAPSHOT" #branch:snapshots s.dependency "WebIdIosSdk", "~> 12.0.0"
s.dependency "WebIdUiKitComponents", "15.0.0-SNAPSHOT" #branch:snapshots s.dependency "WebIdUiKitComponents", "~> 15.0.0"
end end