[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / 9 / 6 / XYDoughnutChart / 1.1.3 / XYDoughnutChart.podspec.json
blob9fcb262fcc3967f2e2fe7aee71280cf86e1b8908
2   "name": "XYDoughnutChart",
3   "version": "1.1.3",
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   "screenshots": "https://raw.githubusercontent.com/yasuoza/XYDoughnutChart/master/Example/screenshot.png",
8   "license": "MIT",
9   "authors": {
10     "Yasuharu Ozaki": "yasuharu.ozaki@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/yasuoza/XYDoughnutChart.git",
14     "tag": "1.1.3"
15   },
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Source/Classes",
21   "resource_bundles": {
22     "XYDoughnutChart": [
23       "Source/Assets/*.png"
24     ]
25   },
26   "frameworks": [
27     "UIKit",
28     "QuartzCore"
29   ]