Last active
August 29, 2015 14:07
-
-
Save pilot34/b4d78ab7dfa22cb04c4e to your computer and use it in GitHub Desktop.
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' | |
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' => '[email protected]' } | |
s.source = { :git => 'https://github.com/myell0w/MTStatusBarOverlay.git' } | |
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