diff --git a/WebIdSdkUiKitComponents/20.3.2-SNAPSHOT/WebIdSdkUiKitComponents.podspec b/WebIdSdkUiKitComponents/20.3.2-SNAPSHOT/WebIdSdkUiKitComponents.podspec index dc94116..684233d 100644 --- a/WebIdSdkUiKitComponents/20.3.2-SNAPSHOT/WebIdSdkUiKitComponents.podspec +++ b/WebIdSdkUiKitComponents/20.3.2-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/20.3.2/WebIdSdkUiKitComponents.framework-v20.3.2-SNAPSHOT-253.zip', :sha256 => '66a3959131636f8cd5fe56867a1f36b57527127c63ff1293966a9572fd505988' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdSdkUiKitComponents/20.3.2/WebIdSdkUiKitComponents.framework-v20.3.2-SNAPSHOT-254.zip', :sha256 => 'e67d8b6c6f5fbc7191095a88faf3a3c3be6ae8ef714593ae75b6c39de5b8e38b' } 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.3.1-SNAPSHOT" #branch:snapshots + s.dependency "WebIdUiKitComponents", "20.3.2-SNAPSHOT" #branch:snapshots s.dependency "WebIdIosSdk", "20.0.4-SNAPSHOT" #branch:snapshots end