[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / f / b / JXSegmentedViewExt / 1.0.4 / JXSegmentedViewExt.podspec.json
blobe8fa81b104afeaf38bd969235bb3b3101b25e0cc
2   "name": "JXSegmentedViewExt",
3   "version": "1.0.4",
4   "summary": "JXSegmentedViewExt extensions and optimize",
5   "homepage": "https://github.com/QuintGao/JXSegmentedViewExt",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "QuintGao": "1094887059@qq.com"
12   },
13   "source": {
14     "git": "https://github.com/QuintGao/JXSegmentedViewExt.git",
15     "tag": "1.0.4"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_versions": "5.0",
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "Sources/Core/**/*.{swift}",
27       "resource_bundles": {
28         "JXSegmentedViewExt": [
29           "Sources/Core/PrivacyInfo.xcprivacy"
30         ]
31       }
32     },
33     {
34       "name": "Title",
35       "source_files": "Sources/Title",
36       "dependencies": {
37         "JXSegmentedViewExt/Core": [
39         ]
40       }
41     },
42     {
43       "name": "SubTitle",
44       "source_files": "Sources/SubTitle",
45       "dependencies": {
46         "JXSegmentedViewExt/Title": [
48         ]
49       }
50     },
51     {
52       "name": "SubTitleImage",
53       "source_files": "Sources/SubTitleImage",
54       "dependencies": {
55         "JXSegmentedViewExt/SubTitle": [
57         ]
58       }
59     },
60     {
61       "name": "TitleImage",
62       "source_files": "Sources/TitleImage",
63       "dependencies": {
64         "JXSegmentedViewExt/Title": [
66         ]
67       }
68     },
69     {
70       "name": "TitleOrImage",
71       "source_files": "Sources/TitleOrImage",
72       "dependencies": {
73         "JXSegmentedViewExt/Title": [
75         ]
76       }
77     },
78     {
79       "name": "TitleGradient",
80       "source_files": "Sources/TitleGradient",
81       "dependencies": {
82         "JXSegmentedViewExt/Title": [
84         ]
85       }
86     },
87     {
88       "name": "AttributeTitle",
89       "source_files": "Sources/AttributeTitle",
90       "dependencies": {
91         "JXSegmentedViewExt/Core": [
93         ]
94       }
95     },
96     {
97       "name": "Dot",
98       "source_files": "Sources/Dot",
99       "dependencies": {
100         "JXSegmentedViewExt/Title": [
102         ]
103       }
104     },
105     {
106       "name": "DotZoom",
107       "source_files": "Sources/DotZoom",
108       "dependencies": {
109         "JXSegmentedViewExt/Title": [
111         ]
112       }
113     },
114     {
115       "name": "Number",
116       "source_files": "Sources/Number",
117       "dependencies": {
118         "JXSegmentedViewExt/Title": [
120         ]
121       }
122     },
123     {
124       "name": "Badge",
125       "source_files": "Sources/Badge",
126       "dependencies": {
127         "JXSegmentedViewExt/Title": [
129         ]
130       }
131     },
132     {
133       "name": "Indicator",
134       "subspecs": [
135         {
136           "name": "Background",
137           "source_files": "Sources/Indicator/Background",
138           "dependencies": {
139             "JXSegmentedViewExt/Core": [
141             ]
142           }
143         },
144         {
145           "name": "Line",
146           "source_files": "Sources/Indicator/Line",
147           "dependencies": {
148             "JXSegmentedViewExt/Core": [
150             ]
151           }
152         },
153         {
154           "name": "AlignmentLine",
155           "source_files": "Sources/Indicator/AlignmentLine",
156           "dependencies": {
157             "JXSegmentedViewExt/Indicator/Line": [
159             ]
160           }
161         },
162         {
163           "name": "Gradient",
164           "source_files": "Sources/Indicator/Gradient",
165           "dependencies": {
166             "JXSegmentedViewExt/Core": [
168             ]
169           }
170         },
171         {
172           "name": "GradientLine",
173           "source_files": "Sources/Indicator/GradientLine",
174           "dependencies": {
175             "JXSegmentedViewExt/Indicator/Line": [
177             ]
178           }
179         },
180         {
181           "name": "DotLine",
182           "source_files": "Sources/Indicator/DotLine",
183           "dependencies": {
184             "JXSegmentedViewExt/Core": [
186             ]
187           }
188         },
189         {
190           "name": "DoubleLine",
191           "source_files": "Sources/Indicator/DoubleLine",
192           "dependencies": {
193             "JXSegmentedViewExt/Core": [
195             ]
196           }
197         },
198         {
199           "name": "RainbowLine",
200           "source_files": "Sources/Indicator/RainbowLine",
201           "dependencies": {
202             "JXSegmentedViewExt/Indicator/Line": [
204             ]
205           }
206         },
207         {
208           "name": "Triangle",
209           "source_files": "Sources/Indicator/Triangle",
210           "dependencies": {
211             "JXSegmentedViewExt/Core": [
213             ]
214           }
215         },
216         {
217           "name": "Image",
218           "source_files": "Sources/Indicator/Image",
219           "dependencies": {
220             "JXSegmentedViewExt/Core": [
222             ]
223           }
224         }
225       ]
226     }
227   ],
228   "swift_version": "5.0"