blob: 066b82858b7ced62bf20bb530d2d74622626c7aa [file] [log] [blame]
{
"name": "JWStackedBarChart",
"version": "0.1.2",
"summary": "An implementation of Stacked Bar Chart.",
"description": "Consists of several bar segments. Each bar segment can set Value and Color. Will be shown with a percentage label on the graph.",
"homepage": "https://github.com/Jowyer/JWStackedBarChart",
"license": "MIT",
"authors": {
"Jowyer": "jowyer@gmail.com"
},
"source": {
"git": "https://github.com/Jowyer/JWStackedBarChart.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"JWStackedBarChart": [
"Pod/Assets/*.png"
]
}
}