Last active
December 23, 2015 19:09
-
-
Save shsteven/6680307 to your computer and use it in GitHub Desktop.
MTStatusBarOverlay master branch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' => '[email protected]' } | |
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