[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 0 / 2 / 9 / MagicThought / 1.8.2 / MagicThought.podspec.json
blob4d354140bb2866b3c62273f8b7022f653ca1f4bd
2   "name": "MagicThought",
3   "version": "1.8.2",
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.2",
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/Category": [
265         ],
266         "MagicThought/MTProtocol": [
268         ],
269         "MagicThought/MTStyle": [
271         ],
272         "MagicThought/Dependency": [
274         ]
275       }
276     },
277     {
278       "name": "MTGestureLock",
279       "source_files": "MagicThought/MTGestureLock/*.{h,m}",
280       "dependencies": {
281         "MagicThought/MTDelegateMode": [
283         ],
284         "MagicThought/Dependency": [
286         ]
287       }
288     },
289     {
290       "name": "MTSpiltView",
291       "source_files": "MagicThought/MTSpiltView/*.{h,m}",
292       "dependencies": {
293         "MagicThought/MTDelegateMode": [
295         ],
296         "MagicThought/Dependency": [
298         ]
299       }
300     },
301     {
302       "name": "MTCountdownRing",
303       "source_files": "MagicThought/MTCountdownRing/*.{h,m}",
304       "dependencies": {
305         "MagicThought/MTDelegateMode": [
307         ],
308         "MagicThought/Dependency": [
310         ]
311       }
312     },
313     {
314       "name": "MTImagePlay",
315       "source_files": "MagicThought/MTImagePlay/*.{h,m}",
316       "dependencies": {
317         "MagicThought/MTDelegateMode": [
319         ],
320         "MagicThought/Dependency": [
322         ],
323         "MagicThought/MTProtocol": [
325         ]
326       }
327     },
328     {
329       "name": "MTSlideView",
330       "source_files": "MagicThought/MTSlideView/*.{h,m}",
331       "dependencies": {
332         "MagicThought/Dependency": [
334         ],
335         "MagicThought/Category": [
337         ]
338       }
339     },
340     {
341       "name": "MTAlert",
342       "source_files": "MagicThought/MTAlert/*.{h,m}",
343       "dependencies": {
344         "MagicThought/MTDelegateMode": [
346         ],
347         "MagicThought/MTTextFieldVerify": [
349         ],
350         "MagicThought/Category": [
352         ]
353       }
354     },
355     {
356       "name": "MTFileSelect",
357       "source_files": "MagicThought/MTFileSelect/*.{h,m}",
358       "dependencies": {
359         "MagicThought/Dependency": [
361         ]
362       }
363     },
364     {
365       "name": "MTManager",
366       "source_files": "MagicThought/MTManager/*.{h,m}",
367       "dependencies": {
368         "MagicThought/MTAlert": [
370         ],
371         "MagicThought/Dependency": [
373         ],
374         "MagicThought/Category": [
376         ]
377       }
378     },
379     {
380       "name": "Library",
381       "source_files": "MagicThought/Library/*.{h,m}",
382       "subspecs": [
383         {
384           "name": "TZImagePickerController",
385           "source_files": "MagicThought/Library/TZImagePickerController/*.{m,h}",
386           "resources": "MagicThought/Library/TZImagePickerController/TZImagePickerController.bundle",
387           "dependencies": {
388             "MagicThought/Dependency": [
390             ],
391             "MagicThought/MTImageHandle": [
393             ]
394           }
395         }
396       ]
397     },
398     {
399       "name": "MTTenScroll",
400       "source_files": "MagicThought/MTTenScroll/**/*.{m,h}",
401       "dependencies": {
402         "MagicThought/MTStyle": [
404         ],
405         "MagicThought/MTNetwork": [
407         ],
408         "MagicThought/MTDelegateMode": [
410         ],
411         "MagicThought/Dependency": [
413         ]
414       }
415     },
416     {
417       "name": "MTBaseCell",
418       "source_files": "MagicThought/MTBaseCell/*.{h,m}",
419       "dependencies": {
420         "MagicThought/MTTextFieldVerify": [
422         ],
423         "MagicThought/MTStyle": [
425         ],
426         "MagicThought/MTDelegateMode": [
428         ],
429         "MagicThought/Dependency": [
431         ]
432       }
433     },
434     {
435       "name": "MTViewController",
436       "source_files": "MagicThought/MTViewController/*.{m,h}",
437       "subspecs": [
438         {
439           "name": "UIViewController+Progress",
440           "source_files": "MagicThought/MTViewController/UIViewController + Progress/*.{m,h}",
441           "dependencies": {
442             "MagicThought/MTStyle": [
444             ],
445             "MagicThought/Dependency": [
447             ]
448           }
449         },
450         {
451           "name": "UIViewController+PickView",
452           "source_files": "MagicThought/MTViewController/UIViewController + PickView/*.{m,h}",
453           "resources": "MagicThought/MTViewController/UIViewController + PickView/*.xib",
454           "dependencies": {
455             "MagicThought/Dependency": [
457             ]
458           }
459         },
460         {
461           "name": "UIViewController+Base",
462           "source_files": "MagicThought/MTViewController/UIViewController + Base/*.{m,h}",
463           "dependencies": {
464             "MagicThought/MTHud": [
466             ],
467             "MagicThought/MTNetwork": [
469             ],
470             "MagicThought/MTDelegateMode": [
472             ],
473             "MagicThought/MTProtocol": [
475             ],
476             "MagicThought/Category/UIViewController": [
478             ],
479             "MagicThought/Dependency": [
481             ]
482           }
483         },
484         {
485           "name": "UIViewController+FeedBackInfo",
486           "source_files": "MagicThought/MTViewController/UIViewController + FeedBackInfo/*.{m,h}",
487           "dependencies": {
488             "MagicThought/MTStyle": [
490             ],
491             "MagicThought/Dependency": [
493             ],
494             "MagicThought/Category": [
496             ],
497             "MagicThought/MTViewController/UIViewController+Base": [
499             ]
500           }
501         },
502         {
503           "name": "UIViewController+MTSafariView",
504           "source_files": "MagicThought/MTViewController/UIViewController + MTSafariView/*.{m,h}",
505           "resources": "MagicThought/MTViewController/UIViewController + MTSafariView/MTSafariViewController.bundle",
506           "dependencies": {
507             "MagicThought/SubClass/WKWebView": [
509             ],
510             "MagicThought/Dependency": [
512             ],
513             "MagicThought/MTViewController/UIViewController+Base": [
515             ]
516           }
517         }
518       ]
519     },
520     {
521       "name": "MTTableViewController",
522       "source_files": "MagicThought/MTTableViewController/*.{h,m}",
523       "dependencies": {
524         "MagicThought/MTRefresh": [
526         ],
527         "MagicThought/MTNetwork": [
529         ],
530         "MagicThought/MTViewController/UIViewController+Base": [
532         ],
533         "MagicThought/MTDelegateMode": [
535         ],
536         "MagicThought/Dependency": [
538         ]
539       }
540     },
541     {
542       "name": "MTCustomCamera",
543       "source_files": "MagicThought/MTCustomCamera/*.{h,m}",
544       "resources": "MagicThought/MTCustomCamera/MTVideoController.bundle",
545       "dependencies": {
546         "MagicThought/MTImageHandle": [
548         ],
549         "MagicThought/MTHud": [
551         ],
552         "MagicThought/MTCountdownRing": [
554         ],
555         "MagicThought/MTManager": [
557         ],
558         "MagicThought/MTProtocol": [
560         ],
561         "MagicThought/Dependency": [
563         ]
564       }
565     },
566     {
567       "name": "MTNavigationController",
568       "source_files": "MagicThought/MTNavigationController/**/*.{m,h}",
569       "dependencies": {
570         "MagicThought/MTStyle": [
572         ],
573         "MagicThought/MTProtocol": [
575         ],
576         "MagicThought/Dependency": [
578         ]
579       }
580     },
581     {
582       "name": "MTAlert2",
583       "source_files": "MagicThought/MTAlert2/**/*.{m,h}",
584       "subspecs": [
585         {
586           "name": "Model",
587           "source_files": "MagicThought/MTAlert2/Model/*.{m,h}",
588           "dependencies": {
589             "MagicThought/MTDelegateMode": [
591             ],
592             "MagicThought/Dependency": [
594             ]
595           }
596         },
597         {
598           "name": "Controller",
599           "source_files": [
600             "MagicThought/MTAlert2/Controller/*.{m,h}",
601             "MagicThought/MTAlert2/Service/*.{m,h}"
602           ],
603           "dependencies": {
604             "MagicThought/MTAlert2/Model": [
606             ],
607             "MagicThought/MTStyle": [
609             ],
610             "MagicThought/MTDelegateMode": [
612             ],
613             "MagicThought/MTViewController/UIViewController+Base": [
615             ],
616             "MagicThought/Dependency": [
618             ]
619           }
620         }
621       ]
622     },
623     {
624       "name": "MTImageShowAndBrowser",
625       "source_files": "MagicThought/MTImageShowAndBrowser/**/*.{m,h}",
626       "resources": "MagicThought/MTImageShowAndBrowser/MTPhotoBrowser.bundle",
627       "dependencies": {
628         "MagicThought/Library/TZImagePickerController": [
630         ],
631         "MagicThought/MTNavigationController": [
633         ],
634         "MagicThought/MTCustomCamera": [
636         ],
637         "MagicThought/MTImageHandle": [
639         ],
640         "MagicThought/MTAlert2": [
642         ],
643         "MagicThought/MTAlert": [
645         ],
646         "MagicThought/Category": [
648         ],
649         "MagicThought/MTManager": [
651         ],
652         "MagicThought/MTProtocol": [
654         ],
655         "MagicThought/MTDelegateMode": [
657         ],
658         "MagicThought/Dependency": [
660         ]
661       }
662     },
663     {
664       "name": "MTChart",
665       "source_files": "MagicThought/MTChart/*.{m,h}",
666       "dependencies": {
667         "MagicThought/Dependency": [
669         ]
670       }
671     }
672   ]