[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 9 / 6 / 0 / WLBaseViewController / 1.2.0 / WLBaseViewController.podspec.json
blob8427c02b135d6809e1d44f4675e1f06d65fa77cf
2   "name": "WLBaseViewController",
3   "version": "1.2.0",
4   "summary": "A Lib For vc.",
5   "description": "A Lib For vc.",
6   "homepage": "https://github.com/StoneStoneStoneWang/WLBaseViewController",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "StoneStoneStoneWang": "yuanxingfu1314@163.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "swift_versions": "5.0",
18   "frameworks": [
19     "UIKit",
20     "Foundation"
21   ],
22   "source": {
23     "git": "https://github.com/StoneStoneStoneWang/WLBaseViewController.git",
24     "tag": "1.2.0"
25   },
26   "subspecs": [
27     {
28       "name": "Orientation",
29       "source_files": "Code/Orientation/*.{swift}"
30     },
31     {
32       "name": "Config",
33       "source_files": "Code/Config/*.{swift}"
34     },
35     {
36       "name": "Navi",
37       "subspecs": [
38         {
39           "name": "NaviItem",
40           "source_files": "Code/BarButtonItem/*.{swift}",
41           "dependencies": {
42             "WLToolsKit/Then": [
44             ]
45           }
46         },
47         {
48           "name": "NaviConfig",
49           "source_files": "Code/Navi/Config/*.{swift}"
50         },
51         {
52           "name": "NaviController",
53           "source_files": "Code/Navi/VC/*.{swift}",
54           "dependencies": {
55             "WLBaseViewController/Navi/NaviConfig": [
57             ],
58             "WLBaseViewController/Navi/NaviItem": [
60             ],
61             "WLBaseViewController/Orientation": [
63             ],
64             "WLToolsKit/Color": [
66             ],
67             "WLToolsKit/NaviBar": [
69             ]
70           }
71         }
72       ]
73     },
74     {
75       "name": "Tab",
76       "source_files": "Code/Tab/*.{swift}",
77       "dependencies": {
78         "WLToolsKit/Color": [
80         ],
81         "WLBaseViewController/Config": [
83         ],
84         "WLBaseViewController/Orientation": [
86         ],
87         "WLBaseViewController/Navi/NaviController": [
89         ]
90       }
91     },
92     {
93       "name": "BaseViewController",
94       "source_files": "Code/Base/*.{swift}",
95       "dependencies": {
96         "WLBaseViewController/Navi/NaviController": [
98         ],
99         "WLBaseViewController/Config": [
101         ]
102       }
103     },
104     {
105       "name": "Loading",
106       "source_files": "Code/Loading/*.{swift}",
107       "dependencies": {
108         "WLToolsKit/Common": [
110         ],
111         "WLToolsKit/Then": [
113         ],
114         "WLToolsKit/Color": [
116         ],
117         "WLBaseViewController/Config": [
119         ],
120         "WLBaseViewController/BaseViewController": [
122         ]
123       }
124     },
125     {
126       "name": "Inner",
127       "source_files": "Code/Inner/*.{swift}",
128       "dependencies": {
129         "WLToolsKit/Common": [
131         ],
132         "WLToolsKit/Then": [
134         ],
135         "WLBaseViewController/Loading": [
137         ]
138       }
139     }
140   ]