| { |
| "name": "CoolPod", |
| "version": "0.1.0", |
| "summary": "A label that blinks because it's cool", |
| "description": "\"A UIView subclass of a label that will make your label blink and will look really cool, yeap\"", |
| "homepage": "https://github.com/rantoniops/CoolPod", |
| "license": "MIT", |
| "authors": { |
| "Antonio": "rantoniops@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/rantoniops/CoolPod.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*", |
| "resource_bundles": { |
| "CoolPod": [ |
| "Pod/Assets/*.png" |
| ] |
| } |
| } |