diff --git a/WebIdSdkUiKitComponents/21.0.4-SNAPSHOT/WebIdSdkUiKitComponents.podspec b/WebIdSdkUiKitComponents/21.0.4-SNAPSHOT/WebIdSdkUiKitComponents.podspec index 8259d85..e2eed93 100644 --- a/WebIdSdkUiKitComponents/21.0.4-SNAPSHOT/WebIdSdkUiKitComponents.podspec +++ b/WebIdSdkUiKitComponents/21.0.4-SNAPSHOT/WebIdSdkUiKitComponents.podspec @@ -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/21.0.4/WebIdSdkUiKitComponents.framework-v21.0.4-SNAPSHOT-280.zip', :sha256 => 'd8e7089ee9efac543b43bc07c501730c142b90530c4fa4e364ca63eb659d223e' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdSdkUiKitComponents/21.0.4/WebIdSdkUiKitComponents.framework-v21.0.4-SNAPSHOT-281.zip', :sha256 => 'a5878e53d9e3b6d778b7e22b342553bd488246229569964d95ca482b30aa3a42' } 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", "21.0.9-SNAPSHOT" #branch:snapshots - s.dependency "WebIdIosSdk", "21.3.1-SNAPSHOT" #branch:snapshots + s.dependency "WebIdUiKitComponents", "22.0.2-SNAPSHOT" #branch:snapshots + s.dependency "WebIdIosSdk", "21.4.1-SNAPSHOT" #branch:snapshots end