[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / c / f / b / PYChartKit / 1.0.1 / PYChartKit.podspec.json
blob20704090ce108d1ad9fa26d460c56a296cbbe07d
2   "name": "PYChartKit",
3   "version": "1.0.1",
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": "6.0"
15   },
16   "source": {
17     "git": "https://github.com/littlepush/PYChartKit.git",
18     "tag": "1.0.1"
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   }