diff --git a/WebIdSdkUiKitComponents/20.2.2-SNAPSHOT/WebIdSdkUiKitComponents.podspec b/WebIdSdkUiKitComponents/20.2.2-SNAPSHOT/WebIdSdkUiKitComponents.podspec index fce33b3..33ba0a4 100644 --- a/WebIdSdkUiKitComponents/20.2.2-SNAPSHOT/WebIdSdkUiKitComponents.podspec +++ b/WebIdSdkUiKitComponents/20.2.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.2.2/WebIdSdkUiKitComponents.framework-v20.2.2-SNAPSHOT-241.zip', :sha256 => 'd7e07a719aabe5e854dfd8c4eef530834d4a3dda99f129a68c476266208620de' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdSdkUiKitComponents/20.2.2/WebIdSdkUiKitComponents.framework-v20.2.2-SNAPSHOT-241.zip', :sha256 => '3f554be273171b2b56d1437fcd4c5feb8f790ceae1d65e1f8f03bb6a9bcf3a94' } s.swift_versions = ['5.5'] s.frameworks = 'UIKit' @@ -17,5 +17,5 @@ Pod::Spec.new do |s| s.ios.vendored_frameworks = 'WebIdSdkUiKitComponents.xcframework' s.dependency "WebIdUiKitComponents", "20.2.2-SNAPSHOT" #branch:snapshots - s.dependency "WebIdIosSdk", "12.0.2-SNAPSHOT" #branch:snapshots + s.dependency "WebIdIosSdk", "20.0.0-SNAPSHOT" #branch:snapshots end