Last active
December 25, 2015 04:49
-
-
Save AlehUlitsionak/6919888 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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