diff --git a/KRProgressHUD.podspec b/KRProgressHUD.podspec index 4e5c924..14ed45f 100644 --- a/KRProgressHUD.podspec +++ b/KRProgressHUD.podspec @@ -14,5 +14,5 @@ Pod::Spec.new do |s| s.source = { :git => "https://github.com/krimpedance/KRProgressHUD.git", :tag => s.version.to_s } s.source_files = "KRProgressHUD/**/*.swift" - s.dependency "KRActivityIndicator", "~> 2.0.2" + s.dependency "KRActivityIndicatorView", "~> 2.0.2" end