| { |
| "name": "PyroButton", |
| "version": "0.1.2", |
| "summary": "A drop-in subclass of UIButton that provides quick customization options.", |
| "description": "PyroButton is a drop-in subclass of UIButton that provides handy customization options inside Interface Builder.\n\nCurrently, PyroButton supports the following options:\n - Gradient Background\n - Corner Radius\n - Auto Corner Radius (for rounded button-like appearance)\n - Border Color\n - Border Width\n\nTo use, replace your UIButton class with 'PyroButton' inside Interface Builder.", |
| "homepage": "https://github.com/jonathanhart92/PyroButton", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "jonathan.hart92@gmail.com": "jonathan.hart92@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/jonathanhart92/PyroButton.git", |
| "tag": "0.1.2" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "PyroButton/Classes/**/*", |
| "pushed_with_swift_version": "3.0" |
| } |