[Add] scandit-datacapture-frameworks-text 6.28.2
[CocoaPods.git] / Specs / a / 4 / c / MKBaseModuleLibrary / 2.0.6 / MKBaseModuleLibrary.podspec.json
blob7c9f28e09e0bd8b3e9ed882dbbd995a5f6008bf6
2   "name": "MKBaseModuleLibrary",
3   "version": "2.0.6",
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": "2.0.6"
17   },
18   "platforms": {
19     "ios": "12.0"
20   },
21   "resource_bundles": {
22     "MKBaseModuleLibrary": [
23       "MKBaseModuleLibrary/Assets/*"
24     ]
25   },
26   "subspecs": [
27     {
28       "name": "Defines",
29       "source_files": "MKBaseModuleLibrary/Classes/Defines/*.h"
30     },
31     {
32       "name": "Category",
33       "source_files": "MKBaseModuleLibrary/Classes/Category/**",
34       "dependencies": {
35         "Toast": [
37         ],
38         "MKBaseModuleLibrary/Defines": [
40         ],
41         "MKBaseModuleLibrary/Tools/MKClassInfo": [
43         ]
44       }
45     },
46     {
47       "name": "Tools",
48       "subspecs": [
49         {
50           "name": "MKClassInfo",
51           "source_files": "MKBaseModuleLibrary/Classes/Tools/MKClassInfo/**"
52         },
53         {
54           "name": "MKDateFormatter",
55           "source_files": "MKBaseModuleLibrary/Classes/Tools/MKDateFormatter/**"
56         },
57         {
58           "name": "MKExcelManager",
59           "source_files": "MKBaseModuleLibrary/Classes/Tools/MKExcelManager/**",
60           "dependencies": {
61             "libxlsxwriter": [
63             ],
64             "SSZipArchive": [
66             ],
67             "MKBaseModuleLibrary/Defines": [
69             ]
70           }
71         }
72       ]
73     },
74     {
75       "name": "Base",
76       "subspecs": [
77         {
78           "name": "Cell",
79           "subspecs": [
80             {
81               "name": "MKBaseCell",
82               "source_files": "MKBaseModuleLibrary/Classes/Base/Cell/MKBaseCell/**",
83               "dependencies": {
84                 "Masonry": [
86                 ],
87                 "MKBaseModuleLibrary/Defines": [
89                 ]
90               }
91             }
92           ]
93         },
94         {
95           "name": "View",
96           "subspecs": [
97             {
98               "name": "CollectionView",
99               "source_files": "MKBaseModuleLibrary/Classes/Base/View/CollectionView/**"
100             },
101             {
102               "name": "TableView",
103               "source_files": "MKBaseModuleLibrary/Classes/Base/View/TableView/**"
104             }
105           ]
106         },
107         {
108           "name": "Controller",
109           "source_files": "MKBaseModuleLibrary/Classes/Base/Controller/**",
110           "dependencies": {
111             "MKBaseModuleLibrary/Category": [
113             ],
114             "MKBaseModuleLibrary/Defines": [
116             ],
117             "WRNavigationBar": [
119             ]
120           }
121         },
122         {
123           "name": "NavigationController",
124           "source_files": "MKBaseModuleLibrary/Classes/Base/NavigationController/**"
125         }
126       ]
127     }
128   ]