Skip to content

Commit

Permalink
Add CocoaPods podspec for 0.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
alloy committed Nov 15, 2011
1 parent ec0ec45 commit 19c37ea
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions SVProgressHUD.podspec
@@ -0,0 +1,20 @@
Pod::Spec.new do |s|
s.name = 'SVProgressHUD'
s.version = '0.1'
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' => 'samvermette@gmail.com' }
s.source = { :git => 'https://github.com/samvermette/SVProgressHUD.git', :tag => '0.1' }

s.description = 'SVProgressHUD is a clean, lightweight and unobtrusive 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 19c37ea

Please sign in to comment.