[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 4 / 2 / GLChart / 1.2.4 / GLChart.podspec.json
blob94caa5088700833381bdfe92ed71bcdd8bf344c0
2   "name": "GLChart",
3   "version": "1.2.4",
4   "summary": "A beautiful chart library for iOS",
5   "description": "GLChart is a beautiful chart library for iOS",
6   "homepage": "https://github.com/gaoli/GLChart",
7   "license": "MIT",
8   "authors": {
9     "gaoli": "3071730@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/gaoli/GLChart.git",
13     "tag": "1.2.4"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "default_subspecs": [
20     "Core",
21     "Components",
22     "Charts"
23   ],
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Pod/Classes/Core/*.{h,m}"
28     },
29     {
30       "name": "Components",
31       "source_files": "Pod/Classes/Components/*.{h,m}",
32       "dependencies": {
33         "GLChart/Core": [
35         ]
36       }
37     },
38     {
39       "name": "Charts",
40       "source_files": "Pod/Classes/Charts/*.{h,m}",
41       "dependencies": {
42         "GLChart/Core": [
44         ],
45         "GLChart/Components": [
47         ]
48       }
49     }
50   ]