Skip to content

Instantly share code, notes, and snippets.

@jk
Created November 29, 2012 14:38
Show Gist options
  • Select an option

  • Save jk/4169493 to your computer and use it in GitHub Desktop.

Select an option

Save jk/4169493 to your computer and use it in GitHub Desktop.
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