[Add] UBiXMJDAdapter 2.6.6.0
[CocoaPods.git] / Specs / 9 / 5 / b / mokoLibrary / 1.0.0 / mokoLibrary.podspec.json
blob77cd58c9e52d508fa2f3d9d511ad44df558014b6
2   "name": "mokoLibrary",
3   "version": "1.0.0",
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.0.0"
17   },
18   "platforms": {
19     "ios": "9.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         "YYKit": [
38         ],
39         "Toast": [
41         ],
42         "mokoLibrary/macroDefines": [
44         ]
45       }
46     },
47     {
48       "name": "tools",
49       "subspecs": [
50         {
51           "name": "MKAttributedString",
52           "source_files": "mokoLibrary/Classes/tools/MKAttributedString/**"
53         },
54         {
55           "name": "MKDateFormatter",
56           "source_files": "mokoLibrary/Classes/tools/MKDateFormatter/**"
57         }
58       ]
59     },
60     {
61       "name": "customUI",
62       "subspecs": [
63         {
64           "name": "HaveRefreshView",
65           "source_files": "mokoLibrary/Classes/customUI/HaveRefreshView/**",
66           "dependencies": {
67             "MJRefresh": [
69             ]
70           }
71         },
72         {
73           "name": "MKHexKeyBoard",
74           "source_files": "mokoLibrary/Classes/customUI/MKHexKeyBoard/**",
75           "dependencies": {
76             "YYKit": [
78             ],
79             "mokoLibrary/category": [
81             ],
82             "mokoLibrary/macroDefines": [
84             ]
85           }
86         },
87         {
88           "name": "MKHudManager",
89           "source_files": "mokoLibrary/Classes/customUI/MKHudManager/**",
90           "dependencies": {
91             "MBProgressHUD": [
93             ],
94             "mokoLibrary/macroDefines": [
96             ]
97           }
98         },
99         {
100           "name": "MKPageControl",
101           "source_files": "mokoLibrary/Classes/customUI/MKPageControl/**"
102         },
103         {
104           "name": "MKProgressView",
105           "source_files": "mokoLibrary/Classes/customUI/MKProgressView/**",
106           "dependencies": {
107             "YYKit": [
109             ],
110             "Masonry": [
112             ],
113             "CircleProgressBar": [
115             ],
116             "mokoLibrary/category": [
118             ],
119             "mokoLibrary/macroDefines": [
121             ]
122           }
123         },
124         {
125           "name": "MKTimePicker",
126           "source_files": "mokoLibrary/Classes/customUI/MKTimePicker/**",
127           "dependencies": {
128             "YYKit": [
130             ],
131             "mokoLibrary/category": [
133             ],
134             "mokoLibrary/macroDefines": [
136             ]
137           }
138         },
139         {
140           "name": "XDRefresh",
141           "source_files": "mokoLibrary/Classes/customUI/XDRefresh/**"
142         }
143       ]
144     },
145     {
146       "name": "base",
147       "subspecs": [
148         {
149           "name": "view",
150           "dependencies": {
151             "mokoLibrary/macroDefines": [
153             ]
154           },
155           "subspecs": [
156             {
157               "name": "collectionView",
158               "source_files": "mokoLibrary/Classes/base/view/collectionView/**"
159             },
160             {
161               "name": "tableView",
162               "source_files": "mokoLibrary/Classes/base/view/tableView/**"
163             },
164             {
165               "name": "WRNavigationBar",
166               "source_files": "mokoLibrary/Classes/base/view/WRNavigationBar/**"
167             }
168           ]
169         },
170         {
171           "name": "controller",
172           "source_files": "mokoLibrary/Classes/base/controller/**",
173           "dependencies": {
174             "YYKit": [
176             ],
177             "mokoLibrary/category": [
179             ],
180             "mokoLibrary/macroDefines": [
182             ],
183             "mokoLibrary/base/view/WRNavigationBar": [
185             ]
186           }
187         },
188         {
189           "name": "NavigationController",
190           "source_files": "mokoLibrary/Classes/base/NavigationController/**"
191         }
192       ]
193     }
194   ]