blob: 3f9ec138bf3b1e7d7d689829a830cd5968d59dd7 [file] [log] [blame]
{
"name": "ChartView",
"version": "0.0.2",
"license": {
"type": "MIT"
},
"summary": "饼图、折线图、柱状图",
"description": "使用DrawRect绘制了一个 饼图、折线图、柱状图",
"homepage": "https://github.com/lanligang/ChartView",
"authors": {
"LenSky": "lslanligang@sina.com"
},
"source": {
"git": "https://github.com/lanligang/ChartView.git",
"tag": "0.0.2"
},
"source_files": "ChartView/**/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"ios": {
"frameworks": [
"UIKit",
"CoreGraphics",
"Foundation"
]
}
}