Skip to content

Instantly share code, notes, and snippets.

@alex-cellcity
Created January 9, 2013 09:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alex-cellcity/4491931 to your computer and use it in GitHub Desktop.
Save alex-cellcity/4491931 to your computer and use it in GitHub Desktop.
UIMenuItem-CXAImageSupport
Pod::Spec.new do |s|
s.name = 'UIMenuItem-CXAImageSupport'
s.version = '0.0.1'
s.license = 'MIT'
s.summary = 'UIMenuItem with Image Support.'
s.homepage = 'https://github.com/cxa/UIMenuItem-CXAImageSupport'
s.author = 'cxa'
s.source = { :git => 'https://github.com/cxa/UIMenuItem-CXAImageSupport.git', :commit => 'a785911a' }
s.source_files = 'UIMenuItem+CXAImageSupport.{h,m}'
s.requires_arc = true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment