[Add] OnlineChatSdk 0.2.1
[CocoaPods.git] / Specs / a / 9 / 6 / XYDoughnutChart / 1.3.0 / XYDoughnutChart.podspec.json
blob2f6af7a57b3a0ee4f2a4b53b66c7042c36be0d33
2   "name": "XYDoughnutChart",
3   "version": "1.3.0",
4   "summary": "Simple DoughnutChart library for iOS",
5   "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.",
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.3.0"
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   ]