| { |
| "name": "JMButtons", |
| "version": "0.1.0", |
| "summary": "Custom UIButtons.", |
| "description": "Custom UIButtons with shadow", |
| "homepage": "https://github.com/JARMourato/JMButtons", |
| "license": "MIT", |
| "authors": { |
| "João Adriano Ramalho Mourato": "joao.armourato@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/JARMourato/JMButtons.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "source_files": "**/*", |
| "resource_bundles": { |
| "JMButtons": [ |
| "*.png" |
| ] |
| }, |
| "deprecated": true |
| } |