[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 7 / c / 3 / WLBaseTableView / 1.3.3 / WLBaseTableView.podspec.json
blob86f4d5aeab48c1f2cbcacf638a8ec3a06eaf28fe
2   "name": "WLBaseTableView",
3   "version": "1.3.3",
4   "summary": "A Lib For tableview.",
5   "description": "A Lib For tableView with MJRefresh and rxswift .",
6   "homepage": "https://github.com/StoneStoneStoneWang/WLBaseTableView",
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/WLBaseTableView.git",
24     "tag": "1.3.3"
25   },
26   "pod_target_xcconfig": {
27     "DEFINES_MODULE": "YES"
28   },
29   "static_framework": true,
30   "subspecs": [
31     {
32       "name": "Empty",
33       "subspecs": [
34         {
35           "name": "EmptyDataSource",
36           "source_files": "Code/Empty/EmptyDataSource/*.{swift}"
37         },
38         {
39           "name": "EmptyView",
40           "source_files": "Code/Empty/EmptyView/*.{swift}",
41           "dependencies": {
42             "WLBaseTableView/Empty/EmptyDataSource": [
44             ]
45           }
46         }
47       ]
48     },
49     {
50       "name": "BTVC",
51       "source_files": "Code/BaseTableViewCell/*.{swift}",
52       "dependencies": {
53         "WLToolsKit/Then": [
55         ],
56         "WLToolsKit/Color": [
58         ]
59       }
60     },
61     {
62       "name": "BTV",
63       "source_files": "Code/BaseTableView/*.{swift}",
64       "dependencies": {
65         "WLToolsKit/Then": [
67         ],
68         "WLToolsKit/Color": [
70         ],
71         "RxSwift": [
73         ],
74         "WLBaseTableView/Empty/EmptyView": [
76         ]
77       }
78     },
79     {
80       "name": "RTV",
81       "source_files": "Code/RefreshTableView/*.{swift}",
82       "dependencies": {
83         "RxCocoa": [
85         ],
86         "MJRefresh": [
88         ],
89         "WLBaseTableView/BTV": [
91         ]
92       }
93     },
94     {
95       "name": "SM",
96       "source_files": "Code/SectionModel/*.{swift}",
97       "dependencies": {
98         "RxDataSources": [
100         ]
101       }
102     },
103     {
104       "name": "ASM",
105       "source_files": "Code/AnimationSectionModel/*.{swift}",
106       "dependencies": {
107         "RxDataSources": [
109         ],
110         "WLToolsKit/Common": [
112         ]
113       }
114     }
115   ]