Skip to content

Commit

Permalink
Update podspec to 0.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
samvermette committed Feb 2, 2012
1 parent d958dc6 commit 7d25ec5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SVProgressHUD.podspec
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = 'SVProgressHUD'
s.version = '0.5'
s.version = '0.6'
s.platform = :ios
s.license = 'MIT'
s.summary = 'A clean and lightweight progress HUD for your iOS app.'
s.homepage = 'http://samvermette.com/199'
s.author = { 'Sam Vermette' => 'hello@samvermette.com' }
s.source = { :git => 'https://github.com/samvermette/SVProgressHUD.git', :tag => '0.5' }
s.source = { :git => 'https://github.com/samvermette/SVProgressHUD.git', :tag => '0.6' }

s.description = 'SVProgressHUD is an easy-to-use, clean and lightweight progress HUD for iOS. ' \
'It’s a simplified and prettified alternative to the popular MBProgressHUD. ' \
Expand Down

0 comments on commit 7d25ec5

Please sign in to comment.