blob: 8db5a650cd3b912d57e21375d8c482091dfd17d8 [file] [log] [blame]
{
"name": "XYChart",
"summary": "The line and bar of chart",
"description": "XYChart is designed for line & bar of charts which can compare mutiple datas in form styles, and limited the range of values to show, and so on.",
"version": "0.0.1",
"homepage": "https://github.com/ZhipingYang/XYChart",
"license": "MIT",
"authors": {
"ZhipingYang": "XcodeYang@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ZhipingYang/XYChart.git",
"tag": "0.0.1"
},
"requires_arc": true,
"frameworks": "UIKit",
"source_files": [
"XYChart/**/*.{h,m}"
]
}