[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 7 / 4 / 2 / GLChart / 0.0.6 / GLChart.podspec.json
blobaf5a6bec2066c7900b7c1e97643c8d600de487ee
2   "name": "GLChart",
3   "version": "0.0.6",
4   "summary": "A beautiful chart library for iOS",
5   "description": "                        GLChart is A beautiful chart library for iOS\n",
6   "homepage": "https://github.com/gaoli/GLChart.git",
7   "license": "MIT",
8   "authors": {
9     "gaoli": "3071730@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/gaoli/GLChart.git",
13     "tag": "0.0.6"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "default_subspecs": [
20     "Core",
21     "Components",
22     "Charts"
23   ],
24   "resource_bundles": {
25     "GLChart": [
26       "Pod/Assets/*.png"
27     ]
28   },
29   "subspecs": [
30     {
31       "name": "Core",
32       "source_files": "Pod/Classes/Core/*.{h,m}"
33     },
34     {
35       "name": "Components",
36       "source_files": "Pod/Classes/Components/*.{h,m}",
37       "dependencies": {
38         "GLChart/Core": [
40         ]
41       }
42     },
43     {
44       "name": "Charts",
45       "source_files": "Pod/Classes/Charts/*.{h,m}",
46       "dependencies": {
47         "GLChart/Core": [
49         ],
50         "GLChart/Components": [
52         ]
53       }
54     }
55   ]