[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / c / 3 / WLBaseTableView / 1.3.1 / WLBaseTableView.podspec.json
blobdbff1a1a3a87170e7787ccdbd2e7cab2583ffc5c
2   "name": "WLBaseTableView",
3   "version": "1.3.1",
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.1"
25   },
26   "pod_target_xcconfig": {
27     "DEFINES_MODULE": "YES"
28   },
29   "static_framework": true,
30   "subspecs": [
31     {
32       "name": "WLEmpty",
33       "subspecs": [
34         {
35           "name": "WLEmptyDataSource",
36           "source_files": "Code/Empty/EmptyDataSource/*.{swift}"
37         },
38         {
39           "name": "WLEmptyView",
40           "source_files": "Code/Empty/EmptyView/*.{swift}",
41           "dependencies": {
42             "WLBaseTableView/WLEmpty/WLEmptyDataSource": [
44             ]
45           }
46         }
47       ]
48     },
49     {
50       "name": "WLBaseTableViewCell",
51       "source_files": "Code/BaseTableViewCell/*.{swift}",
52       "dependencies": {
53         "WLToolsKit/WLThen": [
55         ],
56         "WLToolsKit/WLColor": [
58         ]
59       }
60     },
61     {
62       "name": "WLBTV",
63       "source_files": "Code/BaseTableView/*.{swift}",
64       "dependencies": {
65         "WLToolsKit/WLThen": [
67         ],
68         "WLToolsKit/WLColor": [
70         ],
71         "RxSwift": [
73         ],
74         "WLBaseTableView/WLEmpty/WLEmptyView": [
76         ]
77       }
78     },
79     {
80       "name": "WLRTV",
81       "source_files": "Code/RefreshTableView/*.{swift}",
82       "dependencies": {
83         "RxCocoa": [
85         ],
86         "MJRefresh": [
88         ],
89         "WLBaseTableView/WLBTV": [
91         ]
92       }
93     },
94     {
95       "name": "WLSectionModel",
96       "source_files": "Code/SectionModel/*.{swift}",
97       "dependencies": {
98         "RxDataSources": [
100         ]
101       }
102     },
103     {
104       "name": "WLAnimationSectionModel",
105       "source_files": "Code/AnimationSectionModel/*.{swift}",
106       "dependencies": {
107         "RxDataSources": [
109         ],
110         "WLToolsKit/WLCommon": [
112         ]
113       }
114     }
115   ]