diff --git a/WebIdPluginCore/20.2.2-SNAPSHOT/WebIdPluginCore.podspec b/WebIdPluginCore/20.2.2-SNAPSHOT/WebIdPluginCore.podspec index 9b52eb9..9b2c719 100644 --- a/WebIdPluginCore/20.2.2-SNAPSHOT/WebIdPluginCore.podspec +++ b/WebIdPluginCore/20.2.2-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.2.2/WebIdPluginCore.framework-v20.2.2-SNAPSHOT-335.zip', :sha256 => '91c357b3a498b28112673df892c28fce689f16265b290df58f6e21bab42d99ce' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPluginCore/20.2.2/WebIdPluginCore.framework-v20.2.2-SNAPSHOT-337.zip', :sha256 => '6b1e16583e1629e31271c7eac052cb117ec7e34ea691b7121cb6812f3ccc1e7d' } 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.2.2-SNAPSHOT" #branch:snapshots - s.dependency "WebIdIosSdk", "12.0.2-SNAPSHOT" #branch:snapshots + s.dependency "WebIdUiKitComponents", "~> 20.3.0" + s.dependency "WebIdIosSdk", "~> 20.0.2" end