[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 7 / c / 3 / WLBaseTableView / 1.3.0 / WLBaseTableView.podspec.json
blobac99e989fc9a8043239c1aabc70bf2baccbc8f43
2   "name": "WLBaseTableView",
3   "version": "1.3.0",
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",
18   "frameworks": [
19     "UIKit",
20     "Foundation"
21   ],
22   "source": {
23     "git": "https://github.com/StoneStoneStoneWang/WLBaseTableView.git",
24     "tag": "1.3.0"
25   },
26   "source_files": "Code/**/*.{swift}",
27   "pod_target_xcconfig": {
28     "DEFINES_MODULE": "YES"
29   },
30   "static_framework": true,
31   "dependencies": {
32     "WLToolsKit": [
34     ],
35     "MJRefresh": [
37     ],
38     "RxSwift": [
40     ],
41     "RxCocoa": [
43     ],
44     "RxDataSources": [
46     ]
47   }