blob: f1286186bf42f7adf4b56d3856b72056a30356e7 [file] [log] [blame]
{
"name": "BPBarButtonItem",
"version": "0.0.2",
"summary": "A tool for making awesome looking custom UIBarButtonItems on the fly.",
"description": "BPBarButtonItem is a tool for making awesome looking custom UIBarButtonItems on the fly. BPBarButtonItem is **NOT** a subclass of `UIBarButtonItem` but an `NSObject` which creates skinned plain `UIBarButtonItem`s for use however you want. BPBarButtonItem can also be used to skin `UIBarButtonItem`s which have already been created, like in a nib or Storyboard. Generated buttons have support for both orientation styles.",
"homepage": "https://github.com/BitSuites/BPBarButtonItem",
"screenshots": [
"https://raw.github.com/BitSuites/BPBarButtonItem/master/Screenshots/screenshot-1.png",
"https://raw.github.com/BitSuites/BPBarButtonItem/master/Screenshots/screenshot-3.png"
],
"license": "MIT",
"authors": {
"Cory Imdieke": "coryi@bitsuites.com"
},
"source": {
"git": "https://github.com/BitSuites/BPBarButtonItem.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "5.0"
},
"source_files": "BPBarButtonItem",
"requires_arc": true
}