[Add] DocumentReaderFullAuthRFIDStage 7.5.10872
[CocoaPods.git] / Specs / a / 4 / c / MKBaseModuleLibrary / 1.1.1 / MKBaseModuleLibrary.podspec.json
blobfbb19c94d4c33c33ca516d01e6747de9596a1ce7
2   "name": "MKBaseModuleLibrary",
3   "version": "1.1.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.1.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         "MKBaseModuleLibrary/Tools/MKClassInfo": [
44         ]
45       }
46     },
47     {
48       "name": "Tools",
49       "subspecs": [
50         {
51           "name": "MKDateFormatter",
52           "source_files": "MKBaseModuleLibrary/Classes/Tools/MKDateFormatter/**"
53         },
54         {
55           "name": "MKModuleManager",
56           "source_files": "MKBaseModuleLibrary/Classes/Tools/MKModuleManager/**"
57         },
58         {
59           "name": "MKClassInfo",
60           "source_files": "MKBaseModuleLibrary/Classes/Tools/MKClassInfo/**"
61         }
62       ]
63     },
64     {
65       "name": "Base",
66       "subspecs": [
67         {
68           "name": "Cell",
69           "subspecs": [
70             {
71               "name": "MKBaseCell",
72               "source_files": "MKBaseModuleLibrary/Classes/Base/Cell/MKBaseCell/**",
73               "dependencies": {
74                 "Masonry": [
76                 ],
77                 "MKBaseModuleLibrary/Defines": [
79                 ]
80               }
81             }
82           ]
83         },
84         {
85           "name": "View",
86           "subspecs": [
87             {
88               "name": "CollectionView",
89               "source_files": "MKBaseModuleLibrary/Classes/Base/View/CollectionView/**"
90             },
91             {
92               "name": "TableView",
93               "source_files": "MKBaseModuleLibrary/Classes/Base/View/TableView/**"
94             }
95           ]
96         },
97         {
98           "name": "Controller",
99           "source_files": "MKBaseModuleLibrary/Classes/Base/Controller/**",
100           "dependencies": {
101             "MKBaseModuleLibrary/Category": [
103             ],
104             "MKBaseModuleLibrary/Defines": [
106             ],
107             "WRNavigationBar": [
109             ]
110           }
111         },
112         {
113           "name": "NavigationController",
114           "source_files": "MKBaseModuleLibrary/Classes/Base/NavigationController/**"
115         }
116       ]
117     }
118   ]