blob: e0bfc5aa748de7d6050b571b0603ebdf464d2e1c [file] [log] [blame]
{
"name": "SHLineGraphView",
"version": "1.0.4",
"summary": "`SHLineGraphView` is a simple and efficient reusable UIView subview which you can use to create line graphs.",
"description": " `SHLineGraphView` is a simple and efficient reusable UIView subview which you can use to create line graphs. It uses Core Graphics and Core Animation to create the light weight graphs. it is easy to use/understand and completely customizable. \n",
"homepage": "https://github.com/grevolution/SHLineGraphView",
"license": {
"type": "MIT"
},
"authors": {
"Shan Ul Haq": "g@grevolution.me"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/grevolution/SHLineGraphView.git",
"tag": "1.0.4"
},
"requires_arc": true,
"source_files": "SHLineGraphView/SHLineGraphView/*.{h,m}",
"exclude_files": "Classes/Exclude"
}