blob: 87c742a49fcd5afa01816640b447d92e15943304 [file] [log] [blame]
{
"name": "DoricDevkit",
"version": "0.3.1",
"summary": "Doric iOS Devkit",
"description": "Doric iOS Devkit for debugging & hotload.",
"homepage": "https://github.com/doric-pub/doric",
"license": {
"type": "Apache-2.0",
"file": "LICENSE"
},
"authors": {
"Jingpeng Wang": "jingpeng.wang@outlook.com"
},
"source": {
"git": "https://github.com/doric-pub/doric.git",
"tag": "0.3.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "doric-iOS/Devkit/Classes/**/*",
"public_header_files": "doric-iOS/Devkit/Classes/**/*.h",
"dependencies": {
"DoricCore": [
]
}
}