Files
JBChartView/SVProgressHUD/0.8/SVProgressHUD.podspec
T
2012-09-11 16:03:46 -04:00

19 lines
795 B
Ruby
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
Pod::Spec.new do |s|
s.name = 'SVProgressHUD'
s.version = '0.8'
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.8' }
s.description = 'SVProgressHUD is an easy-to-use, clean and lightweight progress HUD for iOS. Its a simplified and prettified alternative to the popular MBProgressHUD. The success and error icons are from Glyphish.'
s.source_files = 'SVProgressHUD/*.{h,m}'
s.preserve_paths = 'Demo'
s.framework = 'QuartzCore'
s.resources = 'SVProgressHUD/SVProgressHUD.bundle'
s.requires_arc = true
end