[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / 2 / 9 / MagicThought / 1.3.1 / MagicThought.podspec.json
blob7c66d890d3f4550c05c626f35aefa4f4e9478b7b
2   "name": "MagicThought",
3   "version": "1.3.1",
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.3.1",
20     "branch": "master"
21   },
22   "source_files": "MagicThought/MTKit.h",
23   "frameworks": "UIKit",
24   "requires_arc": true,
25   "dependencies": {
26     "Masonry": [
28     ],
29     "AFNetworking": [
31     ],
32     "MJRefresh": [
34     ],
35     "MJExtension": [
37     ],
38     "MBProgressHUD": [
40     ],
41     "SVProgressHUD": [
43     ],
44     "YTKNetwork": [
46     ],
47     "IQKeyboardManager": [
49     ],
50     "SDWebImage": [
52     ],
53     "TTTAttributedLabel": [
55     ],
56     "SSKeychain": [
58     ],
59     "LDProgressView": [
61     ]
62   },
63   "subspecs": [
64     {
65       "name": "Config",
66       "source_files": "MagicThought/Config/*.{h,m}"
67     },
68     {
69       "name": "Protocol",
70       "source_files": [
71         "MagicThought/Category/NSString/*.{h}",
72         "MagicThought/Protocol/*.{h,m}"
73       ]
74     },
75     {
76       "name": "Style",
77       "source_files": "MagicThought/Style/*.{h,m}"
78     },
79     {
80       "name": "Manager",
81       "source_files": [
82         "MagicThought/Manager/*.{h,m}",
83         "MagicThought/Category/NSString/NSString+Exist.{m,h}",
84         "MagicThought/Category/CLLocation/CLLocation+Mar.{m,h}",
85         "MagicThought/Config/MTConst.{h,m}"
86       ]
87     },
88     {
89       "name": "文件处理",
90       "source_files": [
91         "MagicThought/文件处理/*.{h,m}",
92         "MagicThought/Category/NSString/NSString+Exist.{m,h}",
93         "MagicThought/Manager/MTManager.{m,h}"
94       ]
95     },
96     {
97       "name": "Json转换",
98       "source_files": "MagicThought/Json转换/*.{h,m}"
99     },
100     {
101       "name": "波纹效果",
102       "source_files": "MagicThought/波纹效果/*.{h,m}"
103     },
104     {
105       "name": "图片处理",
106       "source_files": [
107         "MagicThought/图片处理/*.{h,m}",
108         "MagicThought/Config/MTConst.{h,m}"
109       ],
110       "dependencies": {
111         "MagicThought/文件处理": [
113         ],
114         "MagicThought/Style": [
116         ]
117       }
118     },
119     {
120       "name": "网络请求",
121       "source_files": [
122         "MagicThought/网络请求/*.{h,m}",
123         "MagicThought/Protocol/MTApiProtocol.{h}",
124         "MagicThought/Category/NSString/NSString+Exist.{m,h}",
125         "MagicThought/Manager/MTManager.{m,h}",
126         "MagicThought/Manager/MTCloud.{m,h}"
127       ]
128     },
129     {
130       "name": "文本框验证",
131       "source_files": [
132         "MagicThought/文本框验证/*.{h,m}",
133         "MagicThought/Config/MTConst.{h,m}"
134       ],
135       "dependencies": {
136         "MagicThought/Category": [
138         ],
139         "MagicThought/Protocol": [
141         ],
142         "MagicThought/控件文字样式设置": [
144         ]
145       }
146     },
147     {
148       "name": "控件文字样式设置",
149       "source_files": [
150         "MagicThought/控件文字样式设置/*.{h,m}",
151         "MagicThought/Config/MTDefine.{h}",
152         "MagicThought/Style/MTWordStyle.{h,m}"
153       ]
154     },
155     {
156       "name": "DelegateMode",
157       "source_files": [
158         "MagicThought/DelegateMode/*.{h,m}",
159         "MagicThought/拖拽排序/*.{h,m}"
160       ],
161       "dependencies": {
162         "MagicThought/Category": [
164         ],
165         "MagicThought/Protocol": [
167         ],
168         "MagicThought/Config": [
170         ]
171       }
172     },
173     {
174       "name": "拖拽排序",
175       "source_files": "MagicThought/拖拽排序/*.{h,m}",
176       "dependencies": {
177         "MagicThought/DelegateMode": [
179         ]
180       }
181     },
182     {
183       "name": "弹出加载框",
184       "source_files": [
185         "MagicThought/弹出加载框/*.{h,m}",
186         "MagicThought/Config/MTConst.{h,m}",
187         "MagicThought/图片处理/UIImage+Size.{h,m}"
188       ],
189       "dependencies": {
190         "MagicThought/Category": [
192         ]
193       },
194       "resources": "MagicThought/弹出加载框/MTHUD.bundle"
195     },
196     {
197       "name": "Category",
198       "subspecs": [
199         {
200           "name": "NSString",
201           "source_files": "MagicThought/Category/NSString/*.{m,h}"
202         },
203         {
204           "name": "CLLocation",
205           "source_files": "MagicThought/Category/CLLocation/*.{m,h}"
206         },
207         {
208           "name": "NSObject",
209           "source_files": "MagicThought/Category/NSObject/*.{m,h}"
210         },
211         {
212           "name": "UIButton",
213           "source_files": "MagicThought/Category/UIButton/*.{m,h}"
214         },
215         {
216           "name": "UIColor",
217           "source_files": "MagicThought/Category/UIColor/*.{m,h}"
218         },
219         {
220           "name": "UIDevice",
221           "source_files": "MagicThought/Category/UIDevice/*.{m,h}",
222           "dependencies": {
223             "MagicThought/Category/NSString": [
225             ],
226             "MagicThought/Config": [
228             ],
229             "SSKeychain": [
231             ]
232           }
233         },
234         {
235           "name": "UILabel",
236           "source_files": "MagicThought/Category/UILabel/*.{m,h}",
237           "dependencies": {
238             "MagicThought/Category/NSString": [
240             ]
241           }
242         },
243         {
244           "name": "UINavigationBar",
245           "source_files": "MagicThought/Category/UINavigationBar/*.{m,h}",
246           "dependencies": {
247             "MagicThought/Category/UIDevice": [
249             ],
250             "MagicThought/Config": [
252             ]
253           }
254         },
255         {
256           "name": "UIView",
257           "source_files": "MagicThought/Category/UIView/*.{m,h}",
258           "dependencies": {
259             "MagicThought/Style": [
261             ],
262             "MagicThought/Config": [
264             ]
265           },
266           "subspecs": [
267             {
268               "name": "UIView+Shadow",
269               "source_files": [
270                 "MagicThought/Category/UIView/UIView+Shadow/*.{m,h}",
271                 "MagicThought/Config/MTConst.{h,m}"
272               ]
273             }
274           ]
275         },
276         {
277           "name": "UIViewController",
278           "source_files": "MagicThought/Category/UIViewController/*.{m,h}",
279           "dependencies": {
280             "MagicThought/Manager": [
282             ]
283           },
284           "subspecs": [
285             {
286               "name": "UIViewController+Modal",
287               "source_files": "MagicThought/Category/UIViewController/UIViewController+Modal/*.{m,h}"
288             }
289           ]
290         }
291       ]
292     }
293   ]