6
0

[Fix] WebIdSdkUiKitComponents (20.4.1-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-01-06 10:53:20 +01:00
parent 976a856ab3
commit 7c973641e7

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/snapshots/de/webid-solutions/WebIdSdkUiKitComponents/20.4.1/WebIdSdkUiKitComponents.framework-v20.4.1-SNAPSHOT-263.zip', :sha256 => 'abfdcafc76e93b2bccf5042442fb51277538ad597bd398f4228bb1d49490e74c' }
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdSdkUiKitComponents/20.4.1/WebIdSdkUiKitComponents.framework-v20.4.1-SNAPSHOT-264.zip', :sha256 => '073ec5881a24abad77a9c3a11a2f06d7b29f2e58ba8b80f052b78d8e867d49b4' }
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 "WebIdUiKitComponents", "20.4.1-SNAPSHOT" #branch:snapshots
s.dependency "WebIdIosSdk", "20.1.1-SNAPSHOT" #branch:snapshots
s.dependency "WebIdUiKitComponents", "~> 21.0.0"
s.dependency "WebIdIosSdk", "~> 21.0.0"
end