[Add] SmartCodable 3.4.6-beta
[CocoaPods.git] / Specs / e / 3 / 0 / JXCategoryViewExt / 1.0.1 / JXCategoryViewExt.podspec.json
blob73b6e06f0077786c94f880f8732a8666fcb02a14
2   "name": "JXCategoryViewExt",
3   "version": "1.0.1",
4   "summary": "JXCategoryView extensions and optimize",
5   "homepage": "https://github.com/QuintGao/JXCategoryViewExt",
6   "license": "MIT",
7   "authors": {
8     "QuintGao": "1094887059@qq.com"
9   },
10   "platforms": {
11     "ios": "9.0"
12   },
13   "source": {
14     "git": "https://github.com/QuintGao/JXCategoryViewExt.git",
15     "tag": "1.0.1"
16   },
17   "requires_arc": true,
18   "default_subspecs": "Core",
19   "subspecs": [
20     {
21       "name": "Core",
22       "source_files": "JXCategoryView/Core/**/*.{h,m}"
23     },
24     {
25       "name": "Title",
26       "source_files": "JXCategoryView/Title",
27       "dependencies": {
28         "JXCategoryViewExt/Core": [
30         ]
31       }
32     },
33     {
34       "name": "Image",
35       "source_files": "JXCategoryView/Image",
36       "dependencies": {
37         "JXCategoryViewExt/Core": [
39         ]
40       }
41     },
42     {
43       "name": "TitleImage",
44       "source_files": "JXCategoryView/TitleImage",
45       "dependencies": {
46         "JXCategoryViewExt/Title": [
48         ]
49       }
50     },
51     {
52       "name": "TitleAttribute",
53       "source_files": "JXCategoryView/TitleAttribute",
54       "dependencies": {
55         "JXCategoryViewExt/Title": [
57         ]
58       }
59     },
60     {
61       "name": "Dot",
62       "source_files": "JXCategoryView/Dot",
63       "dependencies": {
64         "JXCategoryViewExt/Title": [
66         ]
67       }
68     },
69     {
70       "name": "DotZoom",
71       "source_files": "JXCategoryView/DotZoom",
72       "dependencies": {
73         "JXCategoryViewExt/Title": [
75         ]
76       }
77     },
78     {
79       "name": "Number",
80       "source_files": "JXCategoryView/Number",
81       "dependencies": {
82         "JXCategoryViewExt/Title": [
84         ]
85       }
86     },
87     {
88       "name": "VerticalZoomTitle",
89       "source_files": "JXCategoryView/VerticalZoomTitle",
90       "dependencies": {
91         "JXCategoryViewExt/Title": [
93         ]
94       }
95     },
96     {
97       "name": "Indicator",
98       "subspecs": [
99         {
100           "name": "Line",
101           "source_files": "JXCategoryView/Indicator/Line",
102           "dependencies": {
103             "JXCategoryViewExt/Core": [
105             ]
106           }
107         },
108         {
109           "name": "RainbowLine",
110           "source_files": "JXCategoryView/Indicator/RainbowLine",
111           "dependencies": {
112             "JXCategoryViewExt/Indicator/Line": [
114             ]
115           }
116         },
117         {
118           "name": "Image",
119           "source_files": "JXCategoryView/Indicator/Image",
120           "dependencies": {
121             "JXCategoryViewExt/Core": [
123             ]
124           }
125         },
126         {
127           "name": "Ball",
128           "source_files": "JXCategoryView/Indicator/Ball",
129           "dependencies": {
130             "JXCategoryViewExt/Core": [
132             ]
133           }
134         },
135         {
136           "name": "Triangle",
137           "source_files": "JXCategoryView/Indicator/Triangle",
138           "dependencies": {
139             "JXCategoryViewExt/Core": [
141             ]
142           }
143         },
144         {
145           "name": "DotLine",
146           "source_files": "JXCategoryView/Indicator/DotLine",
147           "dependencies": {
148             "JXCategoryViewExt/Core": [
150             ]
151           }
152         }
153       ]
154     }
155   ]