[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 4 / c / MKBaseModuleLibrary / 1.0.3 / MKBaseModuleLibrary.podspec.json
blobca2ef04f9c89655ab66581d0205a8df10d92397d
2   "name": "MKBaseModuleLibrary",
3   "version": "1.0.3",
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.3"
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": "Base",
63       "subspecs": [
64         {
65           "name": "Cell",
66           "subspecs": [
67             {
68               "name": "MKBaseCell",
69               "source_files": "MKBaseModuleLibrary/Classes/Base/Cell/MKBaseCell/**",
70               "dependencies": {
71                 "Masonry": [
73                 ],
74                 "MKBaseModuleLibrary/Defines": [
76                 ]
77               }
78             }
79           ]
80         },
81         {
82           "name": "View",
83           "subspecs": [
84             {
85               "name": "CollectionView",
86               "source_files": "MKBaseModuleLibrary/Classes/Base/View/CollectionView/**"
87             },
88             {
89               "name": "TableView",
90               "source_files": "MKBaseModuleLibrary/Classes/Base/View/TableView/**"
91             },
92             {
93               "name": "WRNavigationBar",
94               "source_files": "MKBaseModuleLibrary/Classes/Base/View/WRNavigationBar/**",
95               "dependencies": {
96                 "MKBaseModuleLibrary/Defines": [
98                 ]
99               }
100             }
101           ]
102         },
103         {
104           "name": "Controller",
105           "source_files": "MKBaseModuleLibrary/Classes/Base/Controller/**",
106           "dependencies": {
107             "MKBaseModuleLibrary/Category": [
109             ],
110             "MKBaseModuleLibrary/Defines": [
112             ],
113             "MKBaseModuleLibrary/Base/View/WRNavigationBar": [
115             ]
116           }
117         },
118         {
119           "name": "NavigationController",
120           "source_files": "MKBaseModuleLibrary/Classes/Base/NavigationController/**"
121         }
122       ]
123     }
124   ]