blob: 0c2e00572261fc28b65b53eedec9d36976843444 [file] [log] [blame]
{
"name": "XYDoughnutChart",
"version": "1.0.1",
"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.0.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Source/Classes",
"resource_bundles": {
"XYDoughnutChart": [
"Source/Assets/*.png"
]
},
"frameworks": [
"UIKit",
"QuartzCore"
]
}