blob: 80776e6fd964f2fc626cac1cbcdc46d08a14dd4d [file] [log] [blame]
{
"name": "BarGraphView",
"version": "0.0.1",
"summary": "生成年月周日等折线图和柱状图",
"homepage": "https://github.com/qscxwei/BarGraphView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "qscxwei",
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/qscxwei/BarGraphView.git",
"tag": "0.0.1"
},
"source_files": [
"BarGraphView",
"BarGraphView/BarGraphView/**/*.{h,m}"
],
"exclude_files": "BarGraphView/Exclude",
"public_header_files": [
"BarGraphView/BarGraphView/GraphCommonView.h",
"BarGraphView/BarGraphView/*.h"
],
"requires_arc": true
}