blob: f8495a2e62a9546e6782e3b6d1f7ef4b3a0b9c53 [file] [log] [blame]
{
"name": "MRLCircleChart",
"version": "0.5.1",
"summary": "Small, far from perfect, and very opinionated pie-chart view written in Swift.",
"description": "MRLCircleChart is a small pie/circle chart UI component written in Swift. Aims to take care of most of the work for you (just pass in a data source and configure the view) at the expense of customizability. It's a work in progress written for a secret project.",
"homepage": "https://github.com/mlisik/MRLCircleChart.git",
"authors": {
"mlisik": "lisik.marek@gmail.com"
},
"source": {
"git": "https://github.com/mlisik/MRLCircleChart.git",
"tag": "0.5.1"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Source/*.swift",
"pushed_with_swift_version": "3.0"
}