23 lines
500 B
JSON
23 lines
500 B
JSON
{
|
|
"name": "Doric",
|
|
"version": "0.1.0",
|
|
"summary": "A short description of Doric.",
|
|
"description": "TODO: Add long description of the pod here.",
|
|
"homepage": "https://github.com/周鹏飞/Doric",
|
|
"license": {
|
|
"type": "MIT",
|
|
"file": "LICENSE"
|
|
},
|
|
"authors": {
|
|
"周鹏飞": "zhoupengfei@yupaopao.cn"
|
|
},
|
|
"source": {
|
|
"git": "https://github.com/周鹏飞/Doric.git",
|
|
"tag": "0.1.0"
|
|
},
|
|
"platforms": {
|
|
"ios": "8.0"
|
|
},
|
|
"source_files": "Doric/Classes/**/*"
|
|
}
|