add KGStatusBar repo

This commit is contained in:
kevingibbon
2013-03-08 08:39:58 -08:00
parent 0b7872ede2
commit 4e63b994fa
+19
View File
@@ -0,0 +1,19 @@
Pod::Spec.new do |s|
s.name = "KGStatusBar"
s.version = "1.0"
s.summary = "A minimal status bar for iOS."
s.description = <<-DESC
Similar to the status bar seen in the MailBox app, it covers the top status bar and appears like the message is embedded within.
DESC
s.homepage = "https://github.com/kevingibbon/KGStatusBar"
s.license = { :type => 'MIT', :file => 'LICENSE.TXT' }
s.author = { "Kevin Gibbon" => "gibbon.kevin@gmail.com" }
s.source = { :git => "https://github.com/kevingibbon/KGStatusBar.git", :tag => "v1.0" }
s.platform = :ios
s.source_files = 'KGStatusBar'
s.requires_arc = true
end