[Add] AgoraRtcEngine_iOS_Preview 4.3.2.11-build.2
[CocoaPods.git] / Specs / 3 / e / f / VBPieChart / 1.1.0 / VBPieChart.podspec.json
blobff9db4ce0fb7984b4df2cc32dae9b581c9b3776a
2   "name": "VBPieChart",
3   "version": "1.1.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": {
13     "Volodymyr Boichentsov": "sakristx@gmail.com"
14   },
15   "social_media_url": "http://twitter.com/sakrist",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "source": {
20     "git": "https://github.com/sakrist/VBPieChart.git",
21     "tag": "1.1.0"
22   },
23   "source_files": [
24     "VBPieChart/Classes",
25     "VBPieChart/Classes/*.{h,m}"
26   ],
27   "public_header_files": "VBPieChart/Classes/VBPieChart.h",
28   "frameworks": [
29     "UIKit",
30     "QuartzCore"
31   ],
32   "requires_arc": true