Skip to content

Instantly share code, notes, and snippets.

@shsteven
Last active December 23, 2015 19:09
Show Gist options
  • Save shsteven/6680307 to your computer and use it in GitHub Desktop.
Save shsteven/6680307 to your computer and use it in GitHub Desktop.
MTStatusBarOverlay master branch
Pod::Spec.new do |s|
s.name = 'MTStatusBarOverlay'
s.version = '0.9.1.1'
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/shsteven/MTStatusBarOverlay'
s.author = { 'Matthias Tretter' => 'myell0w@me.com' }
s.source = { :git => 'https://github.com/myell0w/MTStatusBarOverlay.git', :branch => 'master', :tag => '0.9.1.1' }
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment