[Add] TMUserCenter 0.2.55
[CocoaPods.git] / Specs / 7 / 4 / 9 / JoyKit / 1.0.5 / JoyKit.podspec.json
blob491e1b8ce3ac599a0403e10438db5f8e6624fa70
2   "name": "JoyKit",
3   "version": "1.0.5",
4   "summary": "支持Collection视图循环滚动",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/joy-make/JoyKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "joy-make": "315585646@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/joy-make/JoyKit.git",
16     "tag": "1.0.5"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "resources": "JoyKit/Assets/*",
22   "frameworks": [
23     "UIKit",
24     "IMageIO",
25     "Photos"
26   ],
27   "dependencies": {
28     "Masonry": [
30     ]
31   },
32   "subspecs": [
33     {
34       "name": "JoyHeader",
35       "source_files": "JoyKit/JoyHeader/**/*.{h,m}",
36       "dependencies": {
37         "JoyKit/CellsLibruary": [
39         ],
40         "JoyKit/Category": [
42         ],
43         "JoyKit/Controllers": [
45         ],
46         "JoyKit/Utility": [
48         ],
49         "JoyKit/Views": [
51         ],
52         "JoyKit/Router": [
54         ],
55         "JoyKit/JoyCoreMotion": [
57         ],
58         "JoyKit/JoyLocation": [
60         ],
61         "JoyKit/JoyQRCode": [
63         ],
64         "JoyKit/JoyMediaRecordPlay": [
66         ],
67         "JoyKit/JoyWebView": [
69         ]
70       },
71       "public_header_files": "JoyKit/JoyHeader/**/*.h"
72     },
73     {
74       "name": "Views",
75       "source_files": "JoyKit/Views/**/*.{h,m}",
76       "dependencies": {
77         "JoyKit/CellsLibruary": [
79         ],
80         "JoyKit/Category": [
82         ]
83       },
84       "public_header_files": "JoyKit/Views/**/*.h"
85     },
86     {
87       "name": "Common",
88       "source_files": "JoyKit/Common/**/*.{h,m}",
89       "dependencies": {
90         "JoyKit/Category": [
92         ]
93       },
94       "public_header_files": "JoyKit/Common/**/*.h"
95     },
96     {
97       "name": "Category",
98       "source_files": "JoyKit/Category/**/*.{h,m}",
99       "public_header_files": "JoyKit/Category/**/*.h"
100     },
101     {
102       "name": "Models",
103       "source_files": "JoyKit/Models/**/*.{h,m}",
104       "public_header_files": "JoyKit/Models/**/*.h"
105     },
106     {
107       "name": "Router",
108       "source_files": "JoyKit/Router/**/*.{h,m}",
109       "public_header_files": "JoyKit/Router/**/*.h"
110     },
111     {
112       "name": "Controllers",
113       "source_files": "JoyKit/Controllers/**/*.{h,m}",
114       "dependencies": {
115         "JoyKit/Common": [
117         ],
118         "JoyKit/Category": [
120         ],
121         "JoyKit/JoyWebView": [
123         ]
124       },
125       "public_header_files": "JoyKit/Controllers/**/*.h"
126     },
127     {
128       "name": "JoyCoreMotion",
129       "source_files": "JoyKit/JoyCoreMotion/**/*.{h,m}",
130       "dependencies": {
131         "JoyKit/Utility": [
133         ],
134         "JoyKit/Common": [
136         ]
137       },
138       "frameworks": "CoreMotion",
139       "public_header_files": "JoyKit/JoyCoreMotion/**/*.h"
140     },
141     {
142       "name": "JoyLocation",
143       "source_files": "JoyKit/JoyLocation/**/*.{h,m}",
144       "dependencies": {
145         "JoyKit/Utility": [
147         ],
148         "JoyKit/Common": [
150         ]
151       },
152       "frameworks": "CoreLocation",
153       "public_header_files": "JoyKit/JoyLocation/**/*.h"
154     },
155     {
156       "name": "JoyQRCode",
157       "source_files": "JoyKit/JoyQRCode/**/*.{h,m}",
158       "dependencies": {
159         "JoyKit/Utility": [
161         ],
162         "JoyKit/JoyMediaRecordPlay": [
164         ],
165         "JoyKit/JoyCoreMotion": [
167         ],
168         "JoyKit/Category": [
170         ],
171         "JoyKit/Common": [
173         ]
174       },
175       "public_header_files": "JoyKit/JoyQRCode/**/*.h",
176       "resources": "JoyKit/JoyQRCode/**/*.{png,jpg,jpeg}"
177     },
178     {
179       "name": "JoyMediaRecordPlay",
180       "source_files": "JoyKit/JoyMediaRecordPlay/**/*.{h,m}",
181       "dependencies": {
182         "JoyKit/Utility": [
184         ],
185         "JoyKit/Common": [
187         ],
188         "JoyKit/Category": [
190         ],
191         "JoyKit/JoyCoreMotion": [
193         ]
194       },
195       "frameworks": [
196         "AssetsLibrary",
197         "AVFoundation"
198       ],
199       "public_header_files": "JoyKit/JoyMediaRecordPlay/**/*.h",
200       "resources": "JoyKit/JoyMediaRecordPlay/**/*.{png,jpg,jpeg}"
201     },
202     {
203       "name": "JoyWebView",
204       "source_files": "JoyKit/JoyWebView/**/*.{h,m}",
205       "dependencies": {
206         "JoyKit/Utility": [
208         ],
209         "JoyKit/Common": [
211         ],
212         "JoyKit/Category": [
214         ]
215       },
216       "public_header_files": "JoyKit/JoyWebView/**/*.h"
217     },
218     {
219       "name": "Utility",
220       "source_files": "JoyKit/Utility/**/*.{h,m}",
221       "public_header_files": "JoyKit/Utility/**/*.h"
222     },
223     {
224       "name": "CellsLibruary",
225       "dependencies": {
226         "JoyKit/Models": [
228         ],
229         "JoyKit/Common": [
231         ],
232         "JoyKit/Category": [
234         ]
235       },
236       "subspecs": [
237         {
238           "name": "TableImageCell",
239           "source_files": "JoyKit/CellsLibruary/TableImageCell/**/*.{h,m}",
240           "dependencies": {
241             "JoyKit/CellsLibruary/CollectionCell": [
243             ],
244             "JoyKit/CellsLibruary/TableTextCell": [
246             ],
247             "JoyKit/CellsLibruary/TableSwitchCell": [
249             ],
250             "JoyKit/CellsLibruary/TableCollectionCell": [
252             ],
253             "JoyKit/CellsLibruary/TableLabelCell": [
255             ]
256           },
257           "public_header_files": "JoyKit/CellsLibruary/TableImageCell/**/*.h"
258         },
259         {
260           "name": "TableTextCell",
261           "source_files": "JoyKit/CellsLibruary/TableTextCell/**/*.{h,m}",
262           "dependencies": {
263             "JoyKit/CellsLibruary/TableLabelCell": [
265             ]
266           },
267           "public_header_files": "JoyKit/CellsLibruary/TableTextCell/**/*.h"
268         },
269         {
270           "name": "TableSwitchCell",
271           "source_files": "JoyKit/CellsLibruary/TableSwitchCell/**/*.{h,m}",
272           "dependencies": {
273             "JoyKit/CellsLibruary/TableLabelCell": [
275             ]
276           },
277           "public_header_files": "JoyKit/CellsLibruary/TableSwitchCell/**/*.h"
278         },
279         {
280           "name": "CollectionCell",
281           "source_files": "JoyKit/CellsLibruary/CollectionCell/**/*.{h,m}",
282           "dependencies": {
283             "JoyKit/CellsLibruary/TableLabelCell": [
285             ]
286           },
287           "public_header_files": "JoyKit/CellsLibruary/CollectionCell/**/*.h"
288         },
289         {
290           "name": "TableCollectionCell",
291           "source_files": "JoyKit/CellsLibruary/TableCollectionCell/**/*.{h,m}",
292           "dependencies": {
293             "JoyKit/CellsLibruary/TableLabelCell": [
295             ]
296           },
297           "public_header_files": "JoyKit/CellsLibruary/TableCollectionCell/**/*.h"
298         },
299         {
300           "name": "TableLabelCell",
301           "source_files": "JoyKit/CellsLibruary/TableLabelCell/**/*.{h,m}",
302           "public_header_files": "JoyKit/CellsLibruary/TableLabelCell/**/*.h"
303         }
304       ]
305     }
306   ]