24 lines
531 B
JSON
24 lines
531 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/penfeizhou/doric",
|
|
"license": {
|
|
"type": "MIT",
|
|
"file": "LICENSE"
|
|
},
|
|
"authors": {
|
|
"pengfei.zhou": "penfei.zhou@gmail.com"
|
|
},
|
|
"source": {
|
|
"git": "git@github.com:penfeizhou/doric.git",
|
|
"tag": "0.1.0"
|
|
},
|
|
"platforms": {
|
|
"ios": "8.0"
|
|
},
|
|
"source_files": "Pod/Classes/**/*",
|
|
"resources": "Pod/Assets/*.js"
|
|
}
|