blob: 094e0da982eb45e01169556b9c7b6fd01cc46ce2 [file] [log] [blame]
{
"name": "DHDynamicLineChart",
"version": "1.0.0",
"summary": "A Line chart that can be fully controlled at runtime.",
"description": "This chart allows you to:\n 1. Customize the control position of line.\n 2. Dynamically control turning points at runtime.\n 3. Update the labels of x/y axis at runtime.\nand it is:\n Self-adjusting in views of different size(Autolayout).",
"homepage": "https://github.com/DavidHSW/LineChart",
"license": "MIT",
"authors": {
"David Hu": "david.mr.who@gmail.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/DavidHSW/LineChart.git",
"tag": "1.0.0"
},
"source_files": [
"DHDynamicLIneChart",
"DHDynamicLIneChart/**/*.{h,m}"
],
"frameworks": [
"UIKit",
"CoreGraphics"
]
}