[Add] LiveKitWebRTC-Vama 125.6422.11-Vama
[CocoaPods.git] / Specs / a / 4 / c / MKBaseModuleLibrary / 1.0.8 / MKBaseModuleLibrary.podspec.json
blob0c5dfd8a908f78278781743a1ca2e212019ef03e
2   "name": "MKBaseModuleLibrary",
3   "version": "1.0.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.0.8"
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               "name": "WRNavigationBar",
97               "source_files": "MKBaseModuleLibrary/Classes/Base/View/WRNavigationBar/**",
98               "dependencies": {
99                 "MKBaseModuleLibrary/Defines": [
101                 ]
102               }
103             }
104           ]
105         },
106         {
107           "name": "Controller",
108           "source_files": "MKBaseModuleLibrary/Classes/Base/Controller/**",
109           "dependencies": {
110             "MKBaseModuleLibrary/Category": [
112             ],
113             "MKBaseModuleLibrary/Defines": [
115             ],
116             "MKBaseModuleLibrary/Base/View/WRNavigationBar": [
118             ]
119           }
120         },
121         {
122           "name": "NavigationController",
123           "source_files": "MKBaseModuleLibrary/Classes/Base/NavigationController/**"
124         }
125       ]
126     }
127   ]