[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / a / 9 / 6 / XYDoughnutChart / 1.0.0 / XYDoughnutChart.podspec.json
blob68621d4fdf1d833bc4e61900336599b99368c33a
2   "name": "XYDoughnutChart",
3   "version": "1.0.0",
4   "summary": "Simple DoughnutChart library for iOS",
5   "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",
6   "homepage": "https://github.com/yasuoza/XYDoughnutChart",
7   "license": "MIT",
8   "authors": {
9     "Yasuharu Ozaki": "yasuharu.ozaki@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/yasuoza/XYDoughnutChart.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Source/Classes",
20   "resource_bundles": {
21     "XYDoughnutChart": [
22       "Source/Assets/*.png"
23     ]
24   },
25   "frameworks": [
26     "UIKit",
27     "QuartzCore"
28   ]