blob: 29fd427d04f0f7745c8e691fdb380df2cd2a06e4 [file] [log] [blame]
{
"name": "WLBaseTableView",
"version": "1.3.2",
"summary": "A Lib For tableview.",
"description": "A Lib For tableView with MJRefresh and rxswift .",
"homepage": "https://github.com/StoneStoneStoneWang/WLBaseTableView",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"StoneStoneStoneWang": "yuanxingfu1314@163.com"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.0",
"frameworks": [
"UIKit",
"Foundation"
],
"source": {
"git": "https://github.com/StoneStoneStoneWang/WLBaseTableView.git",
"tag": "1.3.2"
},
"pod_target_xcconfig": {
"DEFINES_MODULE": "YES"
},
"static_framework": true,
"subspecs": [
{
"name": "WLEmpty",
"subspecs": [
{
"name": "WLEmptyDataSource",
"source_files": "Code/Empty/EmptyDataSource/*.{swift}"
},
{
"name": "WLEmptyView",
"source_files": "Code/Empty/EmptyView/*.{swift}",
"dependencies": {
"WLBaseTableView/WLEmpty/WLEmptyDataSource": [
]
}
}
]
},
{
"name": "WLBaseTableViewCell",
"source_files": "Code/BaseTableViewCell/*.{swift}",
"dependencies": {
"WLToolsKit/WLThen": [
],
"WLToolsKit/WLColor": [
]
}
},
{
"name": "WLBTV",
"source_files": "Code/BaseTableView/*.{swift}",
"dependencies": {
"WLToolsKit/WLThen": [
],
"WLToolsKit/WLColor": [
],
"RxSwift": [
],
"WLBaseTableView/WLEmpty/WLEmptyView": [
]
}
},
{
"name": "WLRTV",
"source_files": "Code/RefreshTableView/*.{swift}",
"dependencies": {
"RxCocoa": [
],
"MJRefresh": [
],
"WLBaseTableView/WLBTV": [
]
}
},
{
"name": "WLSectionModel",
"source_files": "Code/SectionModel/*.{swift}",
"dependencies": {
"RxDataSources": [
]
}
},
{
"name": "WLAnimationSectionModel",
"source_files": "Code/AnimationSectionModel/*.{swift}",
"dependencies": {
"RxDataSources": [
],
"WLToolsKit/WLCommon": [
]
}
}
]
}