4
0

[Fix] WebIdSdkUiKitComponents (200.3.1-SNAPSHOT)

This commit is contained in:
mac-mini-003 2025-12-16 09:39:56 +01:00
parent e06fc6e49a
commit cc8dbf8dde

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/experimental/de/webid-solutions/WebIdSdkUiKitComponents/200.3.1/WebIdSdkUiKitComponents.framework-v200.3.1-SNAPSHOT-256.zip', :sha256 => '3d91000c7dd76b4972305aeb9d926bab9cb7d9e070885814abda57b9d1bd25ec' } s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdSdkUiKitComponents/200.3.1/WebIdSdkUiKitComponents.framework-v200.3.1-SNAPSHOT-267.zip', :sha256 => '95dd60f8b61ae7234486ac4eb57cde23702e97d687e11bd932c46b71492859ec' }
s.swift_versions = ['5.5'] s.swift_versions = ['5.5']
s.frameworks = 'UIKit' s.frameworks = 'UIKit'
@ -17,5 +17,5 @@ Pod::Spec.new do |s|
s.ios.vendored_frameworks = 'WebIdSdkUiKitComponents.xcframework' s.ios.vendored_frameworks = 'WebIdSdkUiKitComponents.xcframework'
s.dependency "WebIdUiKitComponents", "20.4.1-SNAPSHOT" #branch:snapshots s.dependency "WebIdUiKitComponents", "20.4.1-SNAPSHOT" #branch:snapshots
s.dependency "WebIdIosSdk", "200.0.4-SNAPSHOT" #branch:experimental s.dependency "WebIdIosSdk", "20.1.1-SNAPSHOT" #branch:experimental
end end