blob: 2f6af7a57b3a0ee4f2a4b53b66c7042c36be0d33 [file] [log] [blame]
{
"name": "XYDoughnutChart",
"version": "1.3.0",
"summary": "Simple DoughnutChart library for iOS",
"description": "Easy to use doughunut chart library for iOS platform.\n\nThis library is inspired by [XYPieChart](https://github.com/xyfeng/XYPieChart).\n\nIf you want to try this pod, please run demo application placed at Example folder.",
"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.3.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Source/Classes",
"resource_bundles": {
"XYDoughnutChart": [
"Source/Assets/*.png"
]
},
"frameworks": [
"UIKit",
"QuartzCore"
]
}