blob: 2a190d9b1338b63416d4a93550d782b34fe4107e [file] [log] [blame]
{
"name": "FSLineChart",
"version": "0.1.1",
"summary": "FSLineChart is a simple chart library for iOS.",
"description": "\tFSLineChart is a simple chart library for iOS. You can change whatever you want: size, color, units,...\n",
"homepage": "https://github.com/ArthurGuibert/FSLineChart",
"screenshots": "https://github.com/ArthurGuibert/FSLineChart/raw/master/Screenshots/fslinechart.png",
"authors": {
"Arthur Guibert": "birslip@gmail.com"
},
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/ArthurGuibert/FSLineChart.git",
"tag": "0.1.1"
},
"source_files": [
"Classes",
"FSLineChart/FSLineChart/*.{h,m}"
],
"requires_arc": true
}