| { |
| "name": "UIBarButtonItem-Subtitle", |
| "version": "1.0.0", |
| "summary": "Extension of UIBarButtonItem used to add a button with an image with subtitle.", |
| "description": "Extension of UIBarButtonItem class. Adds ability to create a UIBarButtonItem with an image with subtitle.", |
| "homepage": "https://github.com/FreekSanders/UIBarButtonItem-Subtitle", |
| "license": "MIT", |
| "authors": { |
| "Freek Sanders": "freekisanders@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/FreekSanders/UIBarButtonItem-Subtitle.git", |
| "tag": "1.0.0" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*", |
| "resource_bundles": { |
| "UIBarButtonItem-Subtitle": [ |
| "Pod/Assets/*.png" |
| ] |
| } |
| } |