diff --git a/WebIdSdkUiKitComponents/20.3.1-SNAPSHOT/WebIdSdkUiKitComponents.podspec b/WebIdSdkUiKitComponents/20.3.1-SNAPSHOT/WebIdSdkUiKitComponents.podspec index 40a6de7..e87f4bb 100644 --- a/WebIdSdkUiKitComponents/20.3.1-SNAPSHOT/WebIdSdkUiKitComponents.podspec +++ b/WebIdSdkUiKitComponents/20.3.1-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.1/WebIdSdkUiKitComponents.framework-v20.3.1-SNAPSHOT-246.zip', :sha256 => '8ec630b5de48996ee73bb966d08222812cd48da622c6ddf6fba13f1d6d46f587' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdSdkUiKitComponents/20.3.1/WebIdSdkUiKitComponents.framework-v20.3.1-SNAPSHOT-247.zip', :sha256 => '1402086f298b23cb37355edd07e82d3f0375b57ddec80eadea2081862d80ca15' } 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.2.2-SNAPSHOT" #branch:redesign-v4-snapshots + s.dependency "WebIdUiKitComponents", "20.3.1-SNAPSHOT" #branch:snapshots s.dependency "WebIdIosSdk", "20.0.3-SNAPSHOT" #branch:snapshots end