[Add] Shakuro.PoliteCoreData 1.8.2
[CocoaPods.git] / Specs / 0 / 2 / 9 / MagicThought / 1.8.4 / MagicThought.podspec.json
blob37338bcf1ddb53740807a6166502b2986e20ba7f
2   "name": "MagicThought",
3   "version": "1.8.4",
4   "summary": "MagicThought for ios.",
5   "description": "the MagicThought for ios.",
6   "homepage": "https://github.com/alrjqow/MagicThought",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "alrjqow": "764032554@qq.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/alrjqow/MagicThought.git",
19     "tag": "1.8.4",
20     "branch": "master"
21   },
22   "source_files": [
23     "MagicThought/MTKit.h",
24     "MagicThought/README.md"
25   ],
26   "frameworks": "UIKit",
27   "requires_arc": true,
28   "dependencies": {
29     "Masonry": [
31     ],
32     "AFNetworking": [
34     ],
35     "MJRefresh": [
37     ],
38     "MJExtension": [
40     ],
41     "MBProgressHUD": [
43     ],
44     "SVProgressHUD": [
46     ],
47     "YTKNetwork": [
49     ],
50     "IQKeyboardManager": [
52     ],
53     "SDWebImage": [
55     ],
56     "TTTAttributedLabel": [
58     ],
59     "SAMKeychain": [
61     ],
62     "LDProgressView": [
64     ]
65   },
66   "subspecs": [
67     {
68       "name": "Dependency",
69       "source_files": "MagicThought/Dependency/*.{h,m}"
70     },
71     {
72       "name": "MTProtocol",
73       "source_files": "MagicThought/MTProtocol/*.{h,m}"
74     },
75     {
76       "name": "MTStyle",
77       "source_files": "MagicThought/MTStyle/*.{h,m}",
78       "dependencies": {
79         "MagicThought/Dependency": [
81         ]
82       }
83     },
84     {
85       "name": "MTNetwork",
86       "source_files": "MagicThought/MTNetwork/*.{h,m}",
87       "dependencies": {
88         "MagicThought/Dependency": [
90         ]
91       }
92     },
93     {
94       "name": "Category",
95       "source_files": "MagicThought/Category/*.{h,m}",
96       "subspecs": [
97         {
98           "name": "NSString",
99           "source_files": "MagicThought/Category/NSString/*.{m,h}",
100           "dependencies": {
101             "MagicThought/Dependency": [
103             ]
104           }
105         },
106         {
107           "name": "CLLocation",
108           "source_files": "MagicThought/Category/CLLocation/*.{m,h}"
109         },
110         {
111           "name": "NSObject",
112           "source_files": "MagicThought/Category/NSObject/*.{m,h}",
113           "dependencies": {
114             "MagicThought/MTProtocol": [
116             ]
117           }
118         },
119         {
120           "name": "UIButton",
121           "source_files": "MagicThought/Category/UIButton/*.{m,h}"
122         },
123         {
124           "name": "UIColor",
125           "source_files": "MagicThought/Category/UIColor/*.{m,h}"
126         },
127         {
128           "name": "UILabel",
129           "source_files": "MagicThought/Category/UILabel/*.{m,h}",
130           "dependencies": {
131             "MagicThought/Dependency": [
133             ]
134           }
135         },
136         {
137           "name": "UIView",
138           "source_files": "MagicThought/Category/UIView/*.{m,h}"
139         },
140         {
141           "name": "UIViewController",
142           "source_files": "MagicThought/Category/UIViewController/*.{m,h}",
143           "dependencies": {
144             "MagicThought/Dependency": [
146             ]
147           }
148         }
149       ]
150     },
151     {
152       "name": "MTDelegateMode",
153       "source_files": "MagicThought/MTDelegateMode/*.{h,m}",
154       "dependencies": {
155         "MagicThought/MTProtocol": [
157         ],
158         "MagicThought/MTStyle": [
160         ],
161         "MagicThought/Dependency": [
163         ]
164       }
165     },
166     {
167       "name": "SubClass",
168       "source_files": "MagicThought/SubClass/*.{m,h}",
169       "subspecs": [
170         {
171           "name": "WKWebView",
172           "source_files": "MagicThought/SubClass/WKWebView/*.{m,h}",
173           "dependencies": {
174             "MagicThought/Dependency": [
176             ]
177           }
178         },
179         {
180           "name": "UIButton",
181           "source_files": "MagicThought/SubClass/UIButton/*.{m,h}",
182           "dependencies": {
183             "MagicThought/Dependency": [
185             ],
186             "MagicThought/MTProtocol": [
188             ]
189           }
190         },
191         {
192           "name": "UITableViewCell",
193           "source_files": "MagicThought/SubClass/UITableViewCell/*.{m,h}",
194           "dependencies": {
195             "MagicThought/MTDelegateMode": [
197             ]
198           }
199         }
200       ]
201     },
202     {
203       "name": "MTRefresh",
204       "source_files": "MagicThought/MTRefresh/*.{m,h}",
205       "dependencies": {
206         "MagicThought/MTProtocol": [
208         ],
209         "MagicThought/Dependency": [
211         ]
212       }
213     },
214     {
215       "name": "MTFileHandle",
216       "source_files": "MagicThought/MTFileHandle/*.{h,m}",
217       "dependencies": {
218         "MagicThought/Dependency": [
220         ]
221       }
222     },
223     {
224       "name": "MTImageHandle",
225       "source_files": "MagicThought/MTImageHandle/*.{h,m}",
226       "dependencies": {
227         "MagicThought/MTFileHandle": [
229         ],
230         "MagicThought/Dependency": [
232         ]
233       }
234     },
235     {
236       "name": "MTHud",
237       "source_files": "MagicThought/MTHud/*.{h,m}",
238       "resources": "MagicThought/MTHud/MTHud.bundle",
239       "dependencies": {
240         "MagicThought/MTImageHandle": [
242         ],
243         "MagicThought/Dependency": [
245         ],
246         "MagicThought/Category": [
248         ]
249       }
250     },
251     {
252       "name": "MTJsonTransform",
253       "source_files": "MagicThought/MTJsonTransform/*.{h,m}"
254     },
255     {
256       "name": "MTTapWaveEffect",
257       "source_files": "MagicThought/MTTapWaveEffect/*.{h,m}"
258     },
259     {
260       "name": "MTTextFieldVerify",
261       "source_files": "MagicThought/MTTextFieldVerify/*.{h,m}",
262       "dependencies": {
263         "MagicThought/MTDelegateMode": [
265         ],
266         "MagicThought/Category": [
268         ],
269         "MagicThought/MTProtocol": [
271         ],
272         "MagicThought/MTStyle": [
274         ],
275         "MagicThought/Dependency": [
277         ]
278       }
279     },
280     {
281       "name": "MTGestureLock",
282       "source_files": "MagicThought/MTGestureLock/*.{h,m}",
283       "dependencies": {
284         "MagicThought/MTDelegateMode": [
286         ],
287         "MagicThought/Dependency": [
289         ]
290       }
291     },
292     {
293       "name": "MTSpiltView",
294       "source_files": "MagicThought/MTSpiltView/*.{h,m}",
295       "dependencies": {
296         "MagicThought/MTDelegateMode": [
298         ],
299         "MagicThought/Dependency": [
301         ]
302       }
303     },
304     {
305       "name": "MTCountdownRing",
306       "source_files": "MagicThought/MTCountdownRing/*.{h,m}",
307       "dependencies": {
308         "MagicThought/MTDelegateMode": [
310         ],
311         "MagicThought/Dependency": [
313         ]
314       }
315     },
316     {
317       "name": "MTImagePlay",
318       "source_files": "MagicThought/MTImagePlay/*.{h,m}",
319       "dependencies": {
320         "MagicThought/MTDelegateMode": [
322         ],
323         "MagicThought/Dependency": [
325         ],
326         "MagicThought/MTProtocol": [
328         ]
329       }
330     },
331     {
332       "name": "MTSlideView",
333       "source_files": "MagicThought/MTSlideView/*.{h,m}",
334       "dependencies": {
335         "MagicThought/Dependency": [
337         ],
338         "MagicThought/Category": [
340         ]
341       }
342     },
343     {
344       "name": "MTAlert",
345       "source_files": "MagicThought/MTAlert/*.{h,m}",
346       "dependencies": {
347         "MagicThought/MTDelegateMode": [
349         ],
350         "MagicThought/MTTextFieldVerify": [
352         ],
353         "MagicThought/Category": [
355         ]
356       }
357     },
358     {
359       "name": "MTFileSelect",
360       "source_files": "MagicThought/MTFileSelect/*.{h,m}",
361       "dependencies": {
362         "MagicThought/Dependency": [
364         ]
365       }
366     },
367     {
368       "name": "MTManager",
369       "source_files": "MagicThought/MTManager/*.{h,m}",
370       "dependencies": {
371         "MagicThought/MTAlert": [
373         ],
374         "MagicThought/Dependency": [
376         ],
377         "MagicThought/Category": [
379         ]
380       }
381     },
382     {
383       "name": "Library",
384       "source_files": "MagicThought/Library/*.{h,m}",
385       "subspecs": [
386         {
387           "name": "TZImagePickerController",
388           "source_files": "MagicThought/Library/TZImagePickerController/*.{m,h}",
389           "resources": "MagicThought/Library/TZImagePickerController/TZImagePickerController.bundle",
390           "dependencies": {
391             "MagicThought/Dependency": [
393             ],
394             "MagicThought/MTImageHandle": [
396             ]
397           }
398         }
399       ]
400     },
401     {
402       "name": "MTTenScroll",
403       "source_files": "MagicThought/MTTenScroll/**/*.{m,h}",
404       "dependencies": {
405         "MagicThought/MTStyle": [
407         ],
408         "MagicThought/MTNetwork": [
410         ],
411         "MagicThought/MTDelegateMode": [
413         ],
414         "MagicThought/Dependency": [
416         ],
417         "MagicThought/MTListController": [
419         ]
420       }
421     },
422     {
423       "name": "MTBaseCell",
424       "source_files": "MagicThought/MTBaseCell/*.{h,m}",
425       "dependencies": {
426         "MagicThought/MTTextFieldVerify": [
428         ],
429         "MagicThought/MTStyle": [
431         ],
432         "MagicThought/MTDelegateMode": [
434         ],
435         "MagicThought/Dependency": [
437         ]
438       }
439     },
440     {
441       "name": "MTViewController",
442       "source_files": "MagicThought/MTViewController/*.{m,h}",
443       "subspecs": [
444         {
445           "name": "UIViewController+Progress",
446           "source_files": "MagicThought/MTViewController/UIViewController + Progress/*.{m,h}",
447           "dependencies": {
448             "MagicThought/MTStyle": [
450             ],
451             "MagicThought/Dependency": [
453             ]
454           }
455         },
456         {
457           "name": "UIViewController+PickView",
458           "source_files": "MagicThought/MTViewController/UIViewController + PickView/*.{m,h}",
459           "resources": "MagicThought/MTViewController/UIViewController + PickView/*.xib",
460           "dependencies": {
461             "MagicThought/Dependency": [
463             ]
464           }
465         },
466         {
467           "name": "UIViewController+Base",
468           "source_files": "MagicThought/MTViewController/UIViewController + Base/*.{m,h}",
469           "dependencies": {
470             "MagicThought/MTHud": [
472             ],
473             "MagicThought/MTNetwork": [
475             ],
476             "MagicThought/MTDelegateMode": [
478             ],
479             "MagicThought/MTProtocol": [
481             ],
482             "MagicThought/Category/UIViewController": [
484             ],
485             "MagicThought/Dependency": [
487             ]
488           }
489         },
490         {
491           "name": "UIViewController+FeedBackInfo",
492           "source_files": "MagicThought/MTViewController/UIViewController + FeedBackInfo/*.{m,h}",
493           "dependencies": {
494             "MagicThought/MTStyle": [
496             ],
497             "MagicThought/Dependency": [
499             ],
500             "MagicThought/Category": [
502             ],
503             "MagicThought/MTViewController/UIViewController+Base": [
505             ]
506           }
507         },
508         {
509           "name": "UIViewController+MTSafariView",
510           "source_files": "MagicThought/MTViewController/UIViewController + MTSafariView/*.{m,h}",
511           "resources": "MagicThought/MTViewController/UIViewController + MTSafariView/MTSafariViewController.bundle",
512           "dependencies": {
513             "MagicThought/SubClass/WKWebView": [
515             ],
516             "MagicThought/Dependency": [
518             ],
519             "MagicThought/MTViewController/UIViewController+Base": [
521             ]
522           }
523         }
524       ]
525     },
526     {
527       "name": "MTListController",
528       "source_files": "MagicThought/MTListController/*.{h,m}",
529       "dependencies": {
530         "MagicThought/MTRefresh": [
532         ],
533         "MagicThought/MTNetwork": [
535         ],
536         "MagicThought/MTViewController/UIViewController+Base": [
538         ],
539         "MagicThought/MTDelegateMode": [
541         ],
542         "MagicThought/Dependency": [
544         ]
545       }
546     },
547     {
548       "name": "MTCustomCamera",
549       "source_files": "MagicThought/MTCustomCamera/*.{h,m}",
550       "resources": "MagicThought/MTCustomCamera/MTVideoController.bundle",
551       "dependencies": {
552         "MagicThought/MTImageHandle": [
554         ],
555         "MagicThought/MTHud": [
557         ],
558         "MagicThought/MTCountdownRing": [
560         ],
561         "MagicThought/MTManager": [
563         ],
564         "MagicThought/MTProtocol": [
566         ],
567         "MagicThought/Dependency": [
569         ]
570       }
571     },
572     {
573       "name": "MTNavigationController",
574       "source_files": "MagicThought/MTNavigationController/**/*.{m,h}",
575       "dependencies": {
576         "MagicThought/MTStyle": [
578         ],
579         "MagicThought/MTProtocol": [
581         ],
582         "MagicThought/Dependency": [
584         ]
585       }
586     },
587     {
588       "name": "MTAlert2",
589       "source_files": "MagicThought/MTAlert2/**/*.{m,h}",
590       "subspecs": [
591         {
592           "name": "Model",
593           "source_files": "MagicThought/MTAlert2/Model/*.{m,h}",
594           "dependencies": {
595             "MagicThought/MTDelegateMode": [
597             ],
598             "MagicThought/Dependency": [
600             ]
601           }
602         },
603         {
604           "name": "Controller",
605           "source_files": [
606             "MagicThought/MTAlert2/Controller/*.{m,h}",
607             "MagicThought/MTAlert2/Service/*.{m,h}"
608           ],
609           "dependencies": {
610             "MagicThought/MTAlert2/Model": [
612             ],
613             "MagicThought/MTStyle": [
615             ],
616             "MagicThought/MTDelegateMode": [
618             ],
619             "MagicThought/MTViewController/UIViewController+Base": [
621             ],
622             "MagicThought/Dependency": [
624             ]
625           }
626         }
627       ]
628     },
629     {
630       "name": "MTImageShowAndBrowser",
631       "source_files": "MagicThought/MTImageShowAndBrowser/**/*.{m,h}",
632       "resources": "MagicThought/MTImageShowAndBrowser/MTPhotoBrowser.bundle",
633       "dependencies": {
634         "MagicThought/Library/TZImagePickerController": [
636         ],
637         "MagicThought/MTNavigationController": [
639         ],
640         "MagicThought/MTCustomCamera": [
642         ],
643         "MagicThought/MTImageHandle": [
645         ],
646         "MagicThought/MTAlert2": [
648         ],
649         "MagicThought/MTAlert": [
651         ],
652         "MagicThought/Category": [
654         ],
655         "MagicThought/MTManager": [
657         ],
658         "MagicThought/MTProtocol": [
660         ],
661         "MagicThought/MTDelegateMode": [
663         ],
664         "MagicThought/Dependency": [
666         ]
667       }
668     },
669     {
670       "name": "MTChart",
671       "source_files": "MagicThought/MTChart/*.{m,h}",
672       "dependencies": {
673         "MagicThought/Dependency": [
675         ]
676       }
677     }
678   ]