blob: cc2118b63f5215bae41416583dc5af8ce7cdb1a8 [file] [log] [blame]
{
"name": "LFLineChartView",
"version": "0.1.1",
"summary": "A view to show line charts on iOS.",
"homepage": "https://github.com/leonardfactory/LFLineChartView",
"license": "MIT",
"authors": {
"leonardfactory": "me@leonardfactory.com"
},
"source": {
"git": "https://github.com/leonardfactory/LFLineChartView.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "LFLineChartView",
"public_header_files": "LFLineChartView/*.h",
"ios": {
"frameworks": [
"QuartzCore",
"CoreText"
]
}
}