From 4e63b994fa004f4109749e2eec5a4d23bb63c867 Mon Sep 17 00:00:00 2001 From: kevingibbon Date: Fri, 8 Mar 2013 08:39:58 -0800 Subject: [PATCH] add KGStatusBar repo --- KGStatusBar/1.0/Pod::Spec.new do |s| | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 KGStatusBar/1.0/Pod::Spec.new do |s| diff --git a/KGStatusBar/1.0/Pod::Spec.new do |s| b/KGStatusBar/1.0/Pod::Spec.new do |s| new file mode 100644 index 00000000..371230c6 --- /dev/null +++ b/KGStatusBar/1.0/Pod::Spec.new do |s| @@ -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 \ No newline at end of file