diff --git a/WebIdSdkUiKitComponents/15.0.0-SNAPSHOT/WebIdSdkUiKitComponents.podspec b/WebIdSdkUiKitComponents/15.0.0-SNAPSHOT/WebIdSdkUiKitComponents.podspec index f168c01..d1f9169 100644 --- a/WebIdSdkUiKitComponents/15.0.0-SNAPSHOT/WebIdSdkUiKitComponents.podspec +++ b/WebIdSdkUiKitComponents/15.0.0-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/15.0.0/WebIdSdkUiKitComponents.framework-v15.0.0-SNAPSHOT-159.zip', :sha256 => 'b70e2fcf7cf798f60c483c0d1287bfff9df89a51c25f4158ba1ee21cdce68605' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdSdkUiKitComponents/15.0.0/WebIdSdkUiKitComponents.framework-v15.0.0-SNAPSHOT-160.zip', :sha256 => '7a16eb75782d363a3c94bc54a2eb88a5a1bd80a25f0f1bdd5a6b39af8f871bac' } 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 "WebIdIosSdk", "~> 11.3.2" - s.dependency "WebIdUiKitComponents", "~> 7.0.3" + s.dependency "WebIdIosSdk", "11.2.0-SNAPSHOT" #branch:snapshots + s.dependency "WebIdUiKitComponents", "15.0.0-SNAPSHOT" #branch:snapshots end