Skip to content

Commit

Permalink
[New Pod] MTStatusBarOverlay 0.9: A custom iOS status bar overlay see…
Browse files Browse the repository at this point in the history
…n in Apps like Reeder, Evernote and Google Mobile App.
  • Loading branch information
alloy committed Nov 10, 2011
1 parent dc85302 commit 39e348b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions MTStatusBarOverlay/0.9/MTStatusBarOverlay.podspec
@@ -0,0 +1,16 @@
Pod::Spec.new do |s|
s.name = 'MTStatusBarOverlay'
s.version = '0.9'
s.platform = :ios
s.summary = 'A custom iOS status bar overlay seen in Apps like Reeder, Evernote and Google Mobile App.'
s.homepage = 'https://github.com/myell0w/MTStatusBarOverlay'
s.author = { 'Matthias Tretter' => 'myell0w@me.com' }
s.source = { :git => 'https://github.com/myell0w/MTStatusBarOverlay.git', :tag => '0.9' }

s.description = 'This class provides a custom iOS (iPhone + iPad) status bar overlay window known from ' \
'Apps like Reeder, Google Mobile App or Evernote. It currently supports touch-handling, ' \
'queuing of messages, delegation as well as three different animation modes.'

s.requires_arc = true
s.source_files = '*.{h,m}'
end

0 comments on commit 39e348b

Please sign in to comment.