| { | |
| "name": "LCCategories", | |
| "version": "0.0.1", | |
| "summary": "iOS开发中常用的一些分类方法", | |
| "homepage": "https://github.com/Little-Captain/LCCategories", | |
| "license": "MIT", | |
| "authors": { | |
| "Little-Captain": "littlecaptain@foxmail.com" | |
| }, | |
| "platforms": { | |
| "ios": null | |
| }, | |
| "source": { | |
| "git": "https://github.com/Little-Captain/LCCategories.git", | |
| "tag": "0.0.1" | |
| }, | |
| "source_files": "LCCategories/*.{h,m}", | |
| "requires_arc": true | |
| } |