[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / c / f / b / PYChartKit / 0.9.4 / PYChartKit.podspec.json
blobb7b6f951bce3ff53cae202b2d5f36243e6809b69
2   "name": "PYChartKit",
3   "version": "0.9.4",
4   "summary": "A simple chart kit for iOS application",
5   "homepage": "https://github.com/littlepush/PYChartKit",
6   "license": {
7     "type": "LGPLv3",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Push Chen": "littlepush@gmail.com"
12   },
13   "platforms": {
14     "ios": "5.0"
15   },
16   "source": {
17     "git": "https://github.com/littlepush/PYChartKit.git",
18     "tag": "0.9.4"
19   },
20   "source_files": "PYChartKit/*.{h,m}",
21   "requires_arc": true,
22   "frameworks": "OpenGLES",
23   "dependencies": {
24     "PYCore": [
26     ],
27     "PYUIKit": [
29     ],
30     "PYControllers": [
32     ]
33   }