[Add] LiteRTObjC 0.0.1-nightly.20250109
[CocoaPods.git] / Specs / 0 / a / f / TLCharts / 1.0.5 / TLCharts.podspec.json
blobb03a4752c867855d1d41bc247b890e232666ca21
2   "name": "TLCharts",
3   "version": "1.0.5",
4   "summary": "A short description of TLCharts.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/topjx/TLCharts",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "topjx": "1178860884@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/topjx/TLCharts.git",
16     "tag": "1.0.5"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "subspecs": [
22     {
23       "name": "Util",
24       "platforms": {
25         "ios": "8.0"
26       },
27       "source_files": "TLCharts/Classes/ORChartUtilities/**/*.{h,m}"
28     },
29     {
30       "name": "Ring",
31       "platforms": {
32         "ios": "8.0"
33       },
34       "source_files": "TLCharts/Classes/ORRingChart/**/*.{h,m}",
35       "dependencies": {
36         "TLCharts/Util": [
38         ]
39       }
40     },
41     {
42       "name": "Line",
43       "platforms": {
44         "ios": "8.0"
45       },
46       "source_files": "TLCharts/Classes/ORLineChart/**/*.{h,m}",
47       "dependencies": {
48         "TLCharts/Util": [
50         ]
51       }
52     }
53   ]