blob: 761dad33b83d75e0a02d04c8a59ccf8e16557c2d [file] [log] [blame]
{
"name": "CSCoverageChart",
"version": "0.1.2",
"summary": "Pie chart with multiple slices at even angles, each slice can have different radius. Useful when displaying coverage data.",
"description": " This control draws a pie chart with multiple slices at even angles, each slice can have different radius. Useful when displaying coverage data.\n\n Original repo: https://github.com/common-sense/CSCoverageChart\n",
"homepage": "https://github.com/Apolotary/CSCoverageChart",
"license": "MIT",
"authors": {
"Bektur": "ryskeldiev.b@gmail.com"
},
"source": {
"git": "https://github.com/Apolotary/CSCoverageChart.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Classes/",
"resource_bundles": {
"CSCoverageChart": [
"Pod/Assets/*.png"
]
}
}