Files
JBChartView/KGDiscreetAlertView/0.0.1/KGDiscreetAlertView.podspec
T
2013-02-02 10:34:44 +00:00

13 lines
572 B
Ruby

Pod::Spec.new do |s|
s.name = "KGDiscreetAlertView"
s.version = "0.0.1"
s.summary = "KGDiscreetAlertView is an easy drop in control that allows you to display a discreet alert in any view."
s.homepage = "https://github.com/kgn/KGDiscreetAlertView"
s.license = 'MIT'
s.author = 'David Keegan'
s.source = { :git => "https://github.com/kgn/KGDiscreetAlertView.git", :commit => "d7f24b57ef4e05f15dc33f9976483cc3a7cbf078" }
s.platform = :ios, 5.0
s.source_files = 'KGDiscreetAlertView.{h,m}'
s.requires_arc = true
end