From 5326278902b074b5c4ba09bd9ecf4a1fa0817396 Mon Sep 17 00:00:00 2001 From: Marius Rackwitz Date: Wed, 10 Dec 2014 15:56:12 +0100 Subject: [PATCH] [Podspec] Improved description --- MRProgress.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MRProgress.podspec b/MRProgress.podspec index a5f66cc..fbe31b0 100644 --- a/MRProgress.podspec +++ b/MRProgress.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'MRProgress' s.version = '0.8.0' - s.summary = 'Collection of iOS drop-in components to visualize progress with different modes' + s.summary = 'Collection of iOS drop-in components to visualize progress by a HUD with different modes' s.homepage = 'https://github.com/mrackwitz/MRProgress' s.social_media_url = 'https://twitter.com/mrackwitz' s.author = { 'Marius Rackwitz' => 'git@mariusrackwitz.de' }