{ | |
"name": "NYChartView", | |
"version": "0.0.1", | |
"summary": "利用collectionview封装的柱状图", | |
"homepage": "https://github.com/JanyGee/NYChartView", | |
"license": { | |
"type": "MIT", | |
"file": "LICENSE" | |
}, | |
"authors": { | |
"Jany": "1321899953@qq.com" | |
}, | |
"platforms": { | |
"ios": "8.0" | |
}, | |
"source": { | |
"git": "https://github.com/JanyGee/NYChartView.git", | |
"tag": "0.0.1" | |
}, | |
"source_files": [ | |
"NYChartView", | |
"NYChartView/**/*.{h,m}" | |
], | |
"requires_arc": true | |
} |