[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 9 / 5 / b / mokoLibrary / 1.5.1 / mokoLibrary.podspec.json
blobb00d2a43ece4de95520b52fd1765bdb4b6c94d8c
2   "name": "mokoLibrary",
3   "version": "1.5.1",
4   "summary": "基础库",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/Chengang/mokoLibrary",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Chengang": "chengang@mokotechnology.com"
13   },
14   "source": {
15     "git": "git@120.27.8.241:mokoBaseLibrary/mokoLibrary.git",
16     "tag": "1.5.1"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source_files": "mokoLibrary/Classes/MKBaseModule.h",
22   "resource_bundles": {
23     "mokoLibrary": [
24       "mokoLibrary/Assets/*"
25     ]
26   },
27   "subspecs": [
28     {
29       "name": "macroDefines",
30       "source_files": "mokoLibrary/Classes/macroDefines/*.h"
31     },
32     {
33       "name": "category",
34       "source_files": "mokoLibrary/Classes/category/**",
35       "dependencies": {
36         "Toast": [
38         ],
39         "mokoLibrary/macroDefines": [
41         ]
42       }
43     },
44     {
45       "name": "tools",
46       "subspecs": [
47         {
48           "name": "MKAttributedString",
49           "source_files": "mokoLibrary/Classes/tools/MKAttributedString/**"
50         },
51         {
52           "name": "MKDateFormatter",
53           "source_files": "mokoLibrary/Classes/tools/MKDateFormatter/**"
54         }
55       ]
56     },
57     {
58       "name": "customUI",
59       "subspecs": [
60         {
61           "name": "HaveRefreshView",
62           "source_files": "mokoLibrary/Classes/customUI/HaveRefreshView/**",
63           "dependencies": {
64             "MJRefresh": [
66             ]
67           }
68         },
69         {
70           "name": "MKHexKeyBoard",
71           "source_files": "mokoLibrary/Classes/customUI/MKHexKeyBoard/**",
72           "dependencies": {
73             "mokoLibrary/category": [
75             ],
76             "mokoLibrary/macroDefines": [
78             ]
79           }
80         },
81         {
82           "name": "MKHudManager",
83           "source_files": "mokoLibrary/Classes/customUI/MKHudManager/**",
84           "dependencies": {
85             "MBProgressHUD": [
87             ],
88             "mokoLibrary/macroDefines": [
90             ]
91           }
92         },
93         {
94           "name": "MKPageControl",
95           "source_files": "mokoLibrary/Classes/customUI/MKPageControl/**"
96         },
97         {
98           "name": "MKProgressView",
99           "source_files": "mokoLibrary/Classes/customUI/MKProgressView/**",
100           "dependencies": {
101             "Masonry": [
103             ],
104             "CircleProgressBar": [
106             ],
107             "mokoLibrary/category": [
109             ],
110             "mokoLibrary/macroDefines": [
112             ]
113           }
114         },
115         {
116           "name": "XDRefresh",
117           "source_files": "mokoLibrary/Classes/customUI/XDRefresh/**"
118         },
119         {
120           "name": "MKPickerView",
121           "source_files": "mokoLibrary/Classes/customUI/MKPickerView/**",
122           "dependencies": {
123             "mokoLibrary/macroDefines": [
125             ],
126             "mokoLibrary/tools/MKAttributedString": [
128             ]
129           }
130         },
131         {
132           "name": "MKSlider",
133           "source_files": "mokoLibrary/Classes/customUI/MKSlider/**",
134           "dependencies": {
135             "mokoLibrary/macroDefines": [
137             ]
138           }
139         }
140       ]
141     },
142     {
143       "name": "base",
144       "subspecs": [
145         {
146           "name": "cell",
147           "subspecs": [
148             {
149               "name": "MKBaseCell",
150               "source_files": "mokoLibrary/Classes/base/cell/MKBaseCell/**",
151               "dependencies": {
152                 "Masonry": [
154                 ],
155                 "mokoLibrary/macroDefines": [
157                 ]
158               }
159             },
160             {
161               "name": "MKNormalTextCell",
162               "source_files": "mokoLibrary/Classes/base/cell/MKNormalTextCell/**",
163               "dependencies": {
164                 "Masonry": [
166                 ],
167                 "mokoLibrary/macroDefines": [
169                 ],
170                 "mokoLibrary/base/cell/MKBaseCell": [
172                 ]
173               }
174             },
175             {
176               "name": "MKTextButtonCell",
177               "source_files": "mokoLibrary/Classes/base/cell/MKTextButtonCell/**",
178               "dependencies": {
179                 "Masonry": [
181                 ],
182                 "mokoLibrary/macroDefines": [
184                 ],
185                 "mokoLibrary/base/cell/MKBaseCell": [
187                 ],
188                 "mokoLibrary/customUI/MKPickerView": [
190                 ]
191               }
192             },
193             {
194               "name": "MKTextFieldCell",
195               "source_files": "mokoLibrary/Classes/base/cell/MKTextFieldCell/**",
196               "dependencies": {
197                 "Masonry": [
199                 ],
200                 "mokoLibrary/macroDefines": [
202                 ],
203                 "mokoLibrary/base/cell/MKBaseCell": [
205                 ],
206                 "mokoLibrary/category": [
208                 ]
209               }
210             }
211           ]
212         },
213         {
214           "name": "view",
215           "subspecs": [
216             {
217               "name": "collectionView",
218               "source_files": "mokoLibrary/Classes/base/view/collectionView/**"
219             },
220             {
221               "name": "tableView",
222               "source_files": "mokoLibrary/Classes/base/view/tableView/**"
223             },
224             {
225               "name": "WRNavigationBar",
226               "source_files": "mokoLibrary/Classes/base/view/WRNavigationBar/**",
227               "dependencies": {
228                 "mokoLibrary/macroDefines": [
230                 ]
231               }
232             }
233           ]
234         },
235         {
236           "name": "controller",
237           "source_files": "mokoLibrary/Classes/base/controller/**",
238           "dependencies": {
239             "mokoLibrary/category": [
241             ],
242             "mokoLibrary/macroDefines": [
244             ],
245             "mokoLibrary/base/view/WRNavigationBar": [
247             ]
248           }
249         },
250         {
251           "name": "NavigationController",
252           "source_files": "mokoLibrary/Classes/base/NavigationController/**"
253         }
254       ]
255     }
256   ]