Files
JBChartView/SVStatusHUD/0.0.1/SVStatusHUD.podspec
T
2012-10-20 15:41:30 +02:00

13 lines
585 B
Ruby

Pod::Spec.new do |s|
s.name = "SVStatusHUD"
s.version = "0.0.1"
s.summary = "A copycat of the HUD shown on orientation and volume change in iOS."
s.homepage = "http://https://github.com/samvermette/SVStatusHUD"
s.license = 'MIT'
s.author = 'Sam Vermette'
s.source = { :git => "https://github.com/samvermette/SVStatusHUD.git", :commit => '622783d70aadd0b2f36a03fd3543797713348321' }
s.platform = :ios
s.frameworks = 'Foundation', 'UIKit', 'CoreGraphics', 'QuartzCore'
s.source_files = 'SVStatusHUD/SVStatusHUD.{m,h}'
end