From a7882802d96ac14034322c3cf1bcf49ab9947796 Mon Sep 17 00:00:00 2001 From: Gustavo Beauregard Date: Tue, 8 Dec 2020 16:39:41 -0600 Subject: [PATCH] update DynamicBlurView --- PopupDialog.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PopupDialog.podspec b/PopupDialog.podspec index ae676237..76d75802 100644 --- a/PopupDialog.podspec +++ b/PopupDialog.podspec @@ -12,5 +12,5 @@ Pod::Spec.new do |s| s.source_files = 'PopupDialog/Classes/**/*' s.swift_version = '5.0' - s.dependency 'DynamicBlurView', '~> 4.0' + s.dependency 'DynamicBlurView', '~> 5.0.0' end