Skip to content

Instantly share code, notes, and snippets.

@AlehUlitsionak
Last active December 25, 2015 04:49
Show Gist options
  • Save AlehUlitsionak/6919888 to your computer and use it in GitHub Desktop.
Save AlehUlitsionak/6919888 to your computer and use it in GitHub Desktop.
Pod::Spec.new do |s|
s.name = 'SVProgressHUD'
s.version = '0.9'
s.license = 'MIT'
s.summary = 'A clean and lightweight progress HUD'
s.homepage = 'https://github.com/samvermette/SVProgressHUD'
s.author = { 'Sam Vermette' => 'http://samvermette.com' }
s.source = { :git => 'https://github.com/samvermette/SVProgressHUD.git', :commit => '5a435c6d42371bd817606bfe56d7a232ad97a27a' }
s.description = 'SVProgressHUD is a clean and easy-to-use HUD meant to display the progress of an ongoing task.'
s.source_files = 'SVProgressHUD/*.{h,m}'
s.framework = 'QuartzCore'
s.resources = 'SVProgressHUD/SVProgressHUD.bundle'
s.requires_arc = true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment