| { | |
| "name": "CollectCarsh", | |
| "version": "0.0.1", | |
| "summary": "This component can collect crash information.", | |
| "homepage": "https://github.com/wdboy/CollectCarsh", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "wdboy": "wd_frank@163.com" | |
| }, | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/wdboy/CollectCarsh.git", | |
| "tag": "0.0.1" | |
| }, | |
| "source_files": [ | |
| "Classes", | |
| "CollectCarsh/Classes/**/*.{h,m}" | |
| ], | |
| "exclude_files": "Classes/Exclude", | |
| "requires_arc": true | |
| } |