[Add] PlasoLogger 1.0.2
[CocoaPods.git] / Specs / 3 / e / f / VBPieChart / 1.0.0 / VBPieChart.podspec.json
blob1f9b4a834e36ac9897df230e390619173408894a
2   "name": "VBPieChart",
3   "version": "1.0.0",
4   "summary": "Pie Chart with different animations to present.",
5   "description": "Pie Chart iOS control with different animations to present.\nBased on CAShapeLayer and CALayer, dependency to QuartzCore framework.\nCan be created in few lines of code.",
6   "homepage": "https://github.com/sakrist/VBPieChart",
7   "screenshots": "https://raw.githubusercontent.com/sakrist/VBPieChart/master/Screenshot.png",
8   "license": {
9     "type": "MIT",
10     "file": "README.md"
11   },
12   "authors": "Volodymyr Boichentsov",
13   "social_media_url": "http://twitter.com/sakrist",
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/sakrist/VBPieChart.git",
19     "tag": "1.0.0"
20   },
21   "source_files": [
22     "VBPieChart/Classes",
23     "VBPieChart/Classes/*.{h,m}"
24   ],
25   "frameworks": "QuartzCore",
26   "requires_arc": true