blob: f04da3eb7d7b10506d4f890d10e2ec0160c22057 [file] [log] [blame]
{
"name": "DTChart",
"version": "0.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "a simple chart for DTise",
"authors": {
"joshin": "xjcute@gmail.com"
},
"homepage": "https://github.com/joshinn/DTChart",
"description": "为DTise定制的统计图表,第1版,支持柱状图和折线图。",
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"frameworks": [
"UIKit",
"Foundation"
],
"source": {
"git": "https://github.com/joshinn/DTChart.git",
"tag": "0.1"
},
"source_files": [
"DTChart",
"DTChart/**/*.{h,m}"
]
}