Skip to content

Instantly share code, notes, and snippets.

@vixentael
Last active August 29, 2015 14:09
Show Gist options
  • Select an option

  • Save vixentael/93d8676ca647e62bd300 to your computer and use it in GitHub Desktop.

Select an option

Save vixentael/93d8676ca647e62bd300 to your computer and use it in GitHub Desktop.
Pod::Spec.new do |s|
s.name = "UIBarButtonItem-Badge"
s.version = "0.0.1"
s.summary = "Create a BarButtonItem with a badge on top. Easily customizable. Your BarButtonItem can be any custom view you wish for. The badge on top can display any number or string of any size or length."
s.homepage = "https://github.com/mikeMTOL/UIBarButtonItem-Badge"
s.license = 'MIT'
s.author = { "Mike" => "http://mikethinkingoutloud.com" }
s.source = { :git => "https://github.com/mikeMTOL/UIBarButtonItem-Badge.git" }
s.platform = :ios, '6.0'
s.source_files = 'UIBarButtonItem+Badge.{h,m}', 'UIButton+Badge.{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