| { |
| "name": "JMButtons", |
| "version": "0.1.8", |
| "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.8" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "source_files": "**/*", |
| "resource_bundles": { |
| "JMButtons": [ |
| "*.png" |
| ] |
| }, |
| "exclude_files": [ |
| "JMButtons.podspec", |
| "LICENSE", |
| "README.md" |
| ], |
| "deprecated": true |
| } |