blob: 31bb6553ae1e14fb7357e69c2cd918e421a93d9c [file] [log] [blame]
{
"name": "XYDoughnutChart",
"version": "1.1.0",
"summary": "Simple DoughnutChart library for iOS",
"description": " Easy to use doughunut chart library for iOS platform.\n\n This library is inspired by [XYPieChart](https://github.com/xyfeng/XYPieChart).\n\n If you want to try this pod, please run demo application placed at Example folder.\n",
"homepage": "https://github.com/yasuoza/XYDoughnutChart",
"screenshots": "https://raw.githubusercontent.com/yasuoza/XYDoughnutChart/master/Example/screenshot.png",
"license": "MIT",
"authors": {
"Yasuharu Ozaki": "yasuharu.ozaki@gmail.com"
},
"source": {
"git": "https://github.com/yasuoza/XYDoughnutChart.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Source/Classes",
"resource_bundles": {
"XYDoughnutChart": [
"Source/Assets/*.png"
]
},
"frameworks": [
"UIKit",
"QuartzCore"
]
}