[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 4 / c / MKBaseModuleLibrary / 1.0.1 / MKBaseModuleLibrary.podspec.json
blob41abbea59f6f504ad21abd2b9c446d380f2b3dce
2   "name": "MKBaseModuleLibrary",
3   "version": "1.0.1",
4   "summary": "Some basic component libraries of MOKO.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/MOKO-iOS-Base-Library/MKBaseModuleLibrary",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "aadyx2007@163.com": "aadyx2007@163.com"
13   },
14   "source": {
15     "git": "https://github.com/MOKO-iOS-Base-Library/MKBaseModuleLibrary.git",
16     "tag": "1.0.1"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source_files": "MKBaseModuleLibrary/Classes/MKBaseModule.h",
22   "resource_bundles": {
23     "MKBaseModuleLibrary": [
24       "MKBaseModuleLibrary/Assets/*"
25     ]
26   },
27   "subspecs": [
28     {
29       "name": "Defines",
30       "source_files": "MKBaseModuleLibrary/Classes/Defines/*.h"
31     },
32     {
33       "name": "Category",
34       "source_files": "MKBaseModuleLibrary/Classes/Category/**",
35       "dependencies": {
36         "Toast": [
38         ],
39         "MKBaseModuleLibrary/Defines": [
41         ]
42       }
43     },
44     {
45       "name": "Tools",
46       "subspecs": [
47         {
48           "name": "MKAttributedString",
49           "source_files": "MKBaseModuleLibrary/Classes/Tools/MKAttributedString/**"
50         },
51         {
52           "name": "MKDateFormatter",
53           "source_files": "MKBaseModuleLibrary/Classes/Tools/MKDateFormatter/**"
54         },
55         {
56           "name": "MKModuleManager",
57           "source_files": "MKBaseModuleLibrary/Classes/Tools/MKModuleManager/**"
58         }
59       ]
60     },
61     {
62       "name": "CustomUI",
63       "subspecs": [
64         {
65           "name": "HaveRefreshView",
66           "source_files": "MKBaseModuleLibrary/Classes/CustomUI/HaveRefreshView/**",
67           "dependencies": {
68             "MJRefresh": [
70             ]
71           }
72         },
73         {
74           "name": "MKHexKeyBoard",
75           "source_files": "MKBaseModuleLibrary/Classes/CustomUI/MKHexKeyBoard/**",
76           "dependencies": {
77             "MKBaseModuleLibrary/Category": [
79             ],
80             "MKBaseModuleLibrary/Defines": [
82             ]
83           }
84         },
85         {
86           "name": "MKHudManager",
87           "source_files": "MKBaseModuleLibrary/Classes/CustomUI/MKHudManager/**",
88           "dependencies": {
89             "MBProgressHUD": [
91             ],
92             "MKBaseModuleLibrary/Defines": [
94             ]
95           }
96         },
97         {
98           "name": "MKPageControl",
99           "source_files": "MKBaseModuleLibrary/Classes/CustomUI/MKPageControl/**"
100         },
101         {
102           "name": "MKProgressView",
103           "source_files": "MKBaseModuleLibrary/Classes/CustomUI/MKProgressView/**",
104           "dependencies": {
105             "Masonry": [
107             ],
108             "CircleProgressBar": [
110             ],
111             "MKBaseModuleLibrary/Category": [
113             ],
114             "MKBaseModuleLibrary/Defines": [
116             ]
117           }
118         },
119         {
120           "name": "XDRefresh",
121           "source_files": "MKBaseModuleLibrary/Classes/CustomUI/XDRefresh/**"
122         },
123         {
124           "name": "MKPickerView",
125           "source_files": "MKBaseModuleLibrary/Classes/CustomUI/MKPickerView/**",
126           "dependencies": {
127             "MKBaseModuleLibrary/Defines": [
129             ],
130             "MKBaseModuleLibrary/Tools/MKAttributedString": [
132             ]
133           }
134         },
135         {
136           "name": "MKSlider",
137           "source_files": "MKBaseModuleLibrary/Classes/CustomUI/MKSlider/**",
138           "dependencies": {
139             "MKBaseModuleLibrary/Defines": [
141             ]
142           }
143         }
144       ]
145     },
146     {
147       "name": "Base",
148       "subspecs": [
149         {
150           "name": "Cell",
151           "subspecs": [
152             {
153               "name": "MKBaseCell",
154               "source_files": "MKBaseModuleLibrary/Classes/Base/Cell/MKBaseCell/**",
155               "dependencies": {
156                 "Masonry": [
158                 ],
159                 "MKBaseModuleLibrary/Defines": [
161                 ]
162               }
163             },
164             {
165               "name": "MKNormalTextCell",
166               "source_files": "MKBaseModuleLibrary/Classes/Base/Cell/MKNormalTextCell/**",
167               "dependencies": {
168                 "Masonry": [
170                 ],
171                 "MKBaseModuleLibrary/Defines": [
173                 ],
174                 "MKBaseModuleLibrary/Base/Cell/MKBaseCell": [
176                 ]
177               }
178             },
179             {
180               "name": "MKTextButtonCell",
181               "source_files": "MKBaseModuleLibrary/Classes/Base/Cell/MKTextButtonCell/**",
182               "dependencies": {
183                 "Masonry": [
185                 ],
186                 "MKBaseModuleLibrary/Defines": [
188                 ],
189                 "MKBaseModuleLibrary/Base/Cell/MKBaseCell": [
191                 ],
192                 "MKBaseModuleLibrary/CustomUI/MKPickerView": [
194                 ]
195               }
196             },
197             {
198               "name": "MKTextFieldCell",
199               "source_files": "MKBaseModuleLibrary/Classes/Base/Cell/MKTextFieldCell/**",
200               "dependencies": {
201                 "Masonry": [
203                 ],
204                 "MKBaseModuleLibrary/Defines": [
206                 ],
207                 "MKBaseModuleLibrary/Base/Cell/MKBaseCell": [
209                 ],
210                 "MKBaseModuleLibrary/Category": [
212                 ]
213               }
214             }
215           ]
216         },
217         {
218           "name": "View",
219           "subspecs": [
220             {
221               "name": "CollectionView",
222               "source_files": "MKBaseModuleLibrary/Classes/Base/View/CollectionView/**"
223             },
224             {
225               "name": "TableView",
226               "source_files": "MKBaseModuleLibrary/Classes/Base/View/TableView/**"
227             },
228             {
229               "name": "WRNavigationBar",
230               "source_files": "MKBaseModuleLibrary/Classes/Base/View/WRNavigationBar/**",
231               "dependencies": {
232                 "MKBaseModuleLibrary/Defines": [
234                 ]
235               }
236             }
237           ]
238         },
239         {
240           "name": "Controller",
241           "source_files": "MKBaseModuleLibrary/Classes/Base/Controller/**",
242           "dependencies": {
243             "MKBaseModuleLibrary/Category": [
245             ],
246             "MKBaseModuleLibrary/Defines": [
248             ],
249             "MKBaseModuleLibrary/Base/View/WRNavigationBar": [
251             ]
252           }
253         },
254         {
255           "name": "NavigationController",
256           "source_files": "MKBaseModuleLibrary/Classes/Base/NavigationController/**"
257         }
258       ]
259     }
260   ]