Created
November 29, 2012 14:38
-
-
Save jk/4169493 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 = 'MKInfoPanel' | |
| s.version = '0.0.2' | |
| s.summary = 'Non-modal, non-intrusive Info Panel implementation as seen ' \ | |
| 'on some "popular" apps.' | |
| s.homepage = 'http://blog.mugunthkumar.com/coding/ios-code-tweetbot-like-alertpanels/' | |
| s.author = { 'Mugunth Kumar' => '[email protected]', 'Jens Kohl' => '[email protected]' } | |
| s.source = { :git => 'https://github.com/jk/MKInfoPanelDemo.git', | |
| :commit => '4438a30f72d542f6cff94e8def97cb04988afc34' } | |
| s.resources = 'MKInfoBundle/*.{png,xib}' | |
| s.source_files = 'MKInfoBundle/*.{h,m}' | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment