[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 4 / c / MKBaseModuleLibrary / 1.1.8 / MKBaseModuleLibrary.podspec.json
blobba58dc96ff55e328fd8b2f26b234d9ac0967a058
2   "name": "MKBaseModuleLibrary",
3   "version": "1.1.8",
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.1.8"
17   },
18   "platforms": {
19     "ios": "12.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         "MKBaseModuleLibrary/Tools/MKClassInfo": [
44         ]
45       }
46     },
47     {
48       "name": "Tools",
49       "subspecs": [
50         {
51           "name": "MKClassInfo",
52           "source_files": "MKBaseModuleLibrary/Classes/Tools/MKClassInfo/**"
53         },
54         {
55           "name": "MKDateFormatter",
56           "source_files": "MKBaseModuleLibrary/Classes/Tools/MKDateFormatter/**"
57         },
58         {
59           "name": "MKExcelManager",
60           "source_files": "MKBaseModuleLibrary/Classes/Tools/MKExcelManager/**",
61           "dependencies": {
62             "libxlsxwriter": [
64             ],
65             "SSZipArchive": [
67             ],
68             "MKBaseModuleLibrary/Defines": [
70             ]
71           }
72         },
73         {
74           "name": "MKModuleManager",
75           "source_files": "MKBaseModuleLibrary/Classes/Tools/MKModuleManager/**"
76         }
77       ]
78     },
79     {
80       "name": "Base",
81       "subspecs": [
82         {
83           "name": "Cell",
84           "subspecs": [
85             {
86               "name": "MKBaseCell",
87               "source_files": "MKBaseModuleLibrary/Classes/Base/Cell/MKBaseCell/**",
88               "dependencies": {
89                 "Masonry": [
91                 ],
92                 "MKBaseModuleLibrary/Defines": [
94                 ]
95               }
96             }
97           ]
98         },
99         {
100           "name": "View",
101           "subspecs": [
102             {
103               "name": "CollectionView",
104               "source_files": "MKBaseModuleLibrary/Classes/Base/View/CollectionView/**"
105             },
106             {
107               "name": "TableView",
108               "source_files": "MKBaseModuleLibrary/Classes/Base/View/TableView/**"
109             }
110           ]
111         },
112         {
113           "name": "Controller",
114           "source_files": "MKBaseModuleLibrary/Classes/Base/Controller/**",
115           "dependencies": {
116             "MKBaseModuleLibrary/Category": [
118             ],
119             "MKBaseModuleLibrary/Defines": [
121             ],
122             "WRNavigationBar": [
124             ]
125           }
126         },
127         {
128           "name": "NavigationController",
129           "source_files": "MKBaseModuleLibrary/Classes/Base/NavigationController/**"
130         }
131       ]
132     }
133   ]