[Add] SmartCodable 3.4.6-beta
[CocoaPods.git] / Specs / e / 3 / 0 / JXCategoryViewExt / 1.2.2 / JXCategoryViewExt.podspec.json
blob33bcf938d7b83f7f8786101b8a474a290e541acf
2   "name": "JXCategoryViewExt",
3   "version": "1.2.2",
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.2.2"
16   },
17   "requires_arc": true,
18   "default_subspecs": "Core",
19   "subspecs": [
20     {
21       "name": "Core",
22       "source_files": "JXCategoryView/Core/**/*.{h,m}",
23       "resource_bundles": {
24         "JXCategoryViewExt": [
25           "JXCategoryView/Core/PrivacyInfo.xcprivacy"
26         ]
27       }
28     },
29     {
30       "name": "Title",
31       "source_files": "JXCategoryView/Title",
32       "dependencies": {
33         "JXCategoryViewExt/Core": [
35         ]
36       }
37     },
38     {
39       "name": "SubTitle",
40       "source_files": "JXCategoryView/SubTitle",
41       "dependencies": {
42         "JXCategoryViewExt/Title": [
44         ]
45       }
46     },
47     {
48       "name": "SubTitleImage",
49       "source_files": "JXCategoryView/SubTitleImage",
50       "dependencies": {
51         "JXCategoryViewExt/SubTitle": [
53         ]
54       }
55     },
56     {
57       "name": "Image",
58       "source_files": "JXCategoryView/Image",
59       "dependencies": {
60         "JXCategoryViewExt/Core": [
62         ]
63       }
64     },
65     {
66       "name": "TitleImage",
67       "source_files": "JXCategoryView/TitleImage",
68       "dependencies": {
69         "JXCategoryViewExt/Title": [
71         ]
72       }
73     },
74     {
75       "name": "TitleAttribute",
76       "source_files": "JXCategoryView/TitleAttribute",
77       "dependencies": {
78         "JXCategoryViewExt/Title": [
80         ]
81       }
82     },
83     {
84       "name": "Dot",
85       "source_files": "JXCategoryView/Dot",
86       "dependencies": {
87         "JXCategoryViewExt/Title": [
89         ]
90       }
91     },
92     {
93       "name": "DotZoom",
94       "source_files": "JXCategoryView/DotZoom",
95       "dependencies": {
96         "JXCategoryViewExt/Title": [
98         ]
99       }
100     },
101     {
102       "name": "Number",
103       "source_files": "JXCategoryView/Number",
104       "dependencies": {
105         "JXCategoryViewExt/Title": [
107         ]
108       }
109     },
110     {
111       "name": "Badge",
112       "source_files": "JXCategoryView/Badge",
113       "dependencies": {
114         "JXCategoryViewExt/Title": [
116         ]
117       }
118     },
119     {
120       "name": "VerticalZoomTitle",
121       "source_files": "JXCategoryView/VerticalZoomTitle",
122       "dependencies": {
123         "JXCategoryViewExt/Title": [
125         ]
126       }
127     },
128     {
129       "name": "Indicator",
130       "subspecs": [
131         {
132           "name": "Background",
133           "source_files": "JXCategoryView/Indicator/Background",
134           "dependencies": {
135             "JXCategoryViewExt/Core": [
137             ]
138           }
139         },
140         {
141           "name": "Line",
142           "source_files": "JXCategoryView/Indicator/Line",
143           "dependencies": {
144             "JXCategoryViewExt/Core": [
146             ]
147           }
148         },
149         {
150           "name": "AlignmentLine",
151           "source_files": "JXCategoryView/Indicator/AlignmentLine",
152           "dependencies": {
153             "JXCategoryViewExt/Indicator/Line": [
155             ]
156           }
157         },
158         {
159           "name": "RainbowLine",
160           "source_files": "JXCategoryView/Indicator/RainbowLine",
161           "dependencies": {
162             "JXCategoryViewExt/Indicator/Line": [
164             ]
165           }
166         },
167         {
168           "name": "Image",
169           "source_files": "JXCategoryView/Indicator/Image",
170           "dependencies": {
171             "JXCategoryViewExt/Core": [
173             ]
174           }
175         },
176         {
177           "name": "Ball",
178           "source_files": "JXCategoryView/Indicator/Ball",
179           "dependencies": {
180             "JXCategoryViewExt/Core": [
182             ]
183           }
184         },
185         {
186           "name": "Triangle",
187           "source_files": "JXCategoryView/Indicator/Triangle",
188           "dependencies": {
189             "JXCategoryViewExt/Core": [
191             ]
192           }
193         },
194         {
195           "name": "DotLine",
196           "source_files": "JXCategoryView/Indicator/DotLine",
197           "dependencies": {
198             "JXCategoryViewExt/Core": [
200             ]
201           }
202         }
203       ]
204     },
205     {
206       "name": "RTL",
207       "source_files": "JXCategoryView/RTL",
208       "dependencies": {
209         "JXCategoryViewExt/Core": [
211         ]
212       }
213     }
214   ]