Skip to content

Commit

Permalink
Added version 0.4 of SVProgressHUD.
Browse files Browse the repository at this point in the history
  • Loading branch information
samvermette committed Nov 23, 2011
1 parent 7b25af2 commit c4b8af7
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions SVProgressHUD/0.4/SVProgressHUD.podspec
@@ -0,0 +1,20 @@
Pod::Spec.new do |s|
s.name = 'SVProgressHUD'
s.version = '0.4'
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.4' }

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. ' \
'Its fade in/out animations are highly inspired on Lauren Britcher’s HUD in ' \
'Tweetie for iOS. The success and error icons are from Glyphish.'

s.source_files = 'SVProgressHUD/*.{h,m}'
s.clean_paths = 'Demo'
s.framework = 'QuartzCore'
s.resources = 'SVProgressHUD/SVProgressHUD.bundle'
end

0 comments on commit c4b8af7

Please sign in to comment.