add KGStatusBar repo
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user