| { | |
| "name": "BRLabel", | |
| "version": "0.0.1", | |
| "summary": "BRLabel can show a shuffle animation when set text on it.", | |
| "homepage": "http://github.com/boska/BRLabel", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "Boska Lee": "mr.boska@gmail.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/boska/BRLabel.git", | |
| "tag": "0.0.1" | |
| }, | |
| "source_files": [ | |
| "Classes", | |
| "Classes/**/*.{h,m}" | |
| ], | |
| "exclude_files": "Classes/Exclude", | |
| "platforms": { | |
| "ios": "5.0" | |
| }, | |
| "requires_arc": true | |
| } |