| { | |
| "name": "DKProject", | |
| "version": "0.1.0", | |
| "summary": "一个小框架", | |
| "description": "一个小框架,包含基类、分类、自定义控件、工具类等等。", | |
| "homepage": "https://github.com/CoderDawnKing/DKProject", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "DawnKing": "369248214@qq.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/CoderDawnKing/DKProject.git", | |
| "tag": "0.1.0" | |
| }, | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "subspecs": [ | |
| { | |
| "name": "DKCategory", | |
| "source_files": "DKProject/Classes/DKCategory/**/*" | |
| } | |
| ] | |
| } |