[Add] scandit-datacapture-frameworks-text 6.28.2
[CocoaPods.git] / Specs / a / 4 / c / MKBaseModuleLibrary / 1.0.4 / MKBaseModuleLibrary.podspec.json
blob9030d54b033184b1eff9eb21eb3b1f2c61ca1904
2   "name": "MKBaseModuleLibrary",
3   "version": "1.0.4",
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.4"
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": "MKDateFormatter",
49           "source_files": "MKBaseModuleLibrary/Classes/Tools/MKDateFormatter/**"
50         },
51         {
52           "name": "MKModuleManager",
53           "source_files": "MKBaseModuleLibrary/Classes/Tools/MKModuleManager/**"
54         }
55       ]
56     },
57     {
58       "name": "Base",
59       "subspecs": [
60         {
61           "name": "Cell",
62           "subspecs": [
63             {
64               "name": "MKBaseCell",
65               "source_files": "MKBaseModuleLibrary/Classes/Base/Cell/MKBaseCell/**",
66               "dependencies": {
67                 "Masonry": [
69                 ],
70                 "MKBaseModuleLibrary/Defines": [
72                 ]
73               }
74             }
75           ]
76         },
77         {
78           "name": "View",
79           "subspecs": [
80             {
81               "name": "CollectionView",
82               "source_files": "MKBaseModuleLibrary/Classes/Base/View/CollectionView/**"
83             },
84             {
85               "name": "TableView",
86               "source_files": "MKBaseModuleLibrary/Classes/Base/View/TableView/**"
87             },
88             {
89               "name": "WRNavigationBar",
90               "source_files": "MKBaseModuleLibrary/Classes/Base/View/WRNavigationBar/**",
91               "dependencies": {
92                 "MKBaseModuleLibrary/Defines": [
94                 ]
95               }
96             }
97           ]
98         },
99         {
100           "name": "Controller",
101           "source_files": "MKBaseModuleLibrary/Classes/Base/Controller/**",
102           "dependencies": {
103             "MKBaseModuleLibrary/Category": [
105             ],
106             "MKBaseModuleLibrary/Defines": [
108             ],
109             "MKBaseModuleLibrary/Base/View/WRNavigationBar": [
111             ]
112           }
113         },
114         {
115           "name": "NavigationController",
116           "source_files": "MKBaseModuleLibrary/Classes/Base/NavigationController/**"
117         }
118       ]
119     }
120   ]