diff --git a/WebIdPluginCore/20.3.1-SNAPSHOT/WebIdPluginCore.podspec b/WebIdPluginCore/20.3.1-SNAPSHOT/WebIdPluginCore.podspec index c2d6d5c..9b52ecb 100644 --- a/WebIdPluginCore/20.3.1-SNAPSHOT/WebIdPluginCore.podspec +++ b/WebIdPluginCore/20.3.1-SNAPSHOT/WebIdPluginCore.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/WebIdPluginCore/20.3.1/WebIdPluginCore.framework-v20.3.1-SNAPSHOT-342.zip', :sha256 => 'a8036b254848159c31766b00ebcb0e608f76399e54de82425dbf492c8d9fc015' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPluginCore/20.3.1/WebIdPluginCore.framework-v20.3.1-SNAPSHOT-342.zip', :sha256 => '9ee4fc0fd3a2afe52ff3c71d7d7045cbd3087f075b4997d49b5209f4b15aa717' } 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 = 'WebIdPluginCore.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