blob: 8b6a55e306a869f1870f64535372733549df31ca [file] [log] [blame]
{
"name": "WLBaseTableView",
"version": "1.3.4",
"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.4"
},
"pod_target_xcconfig": {
"DEFINES_MODULE": "YES"
},
"static_framework": true,
"subspecs": [
{
"name": "Empty",
"subspecs": [
{
"name": "EmptyDataSource",
"source_files": "Code/Empty/EmptyDataSource/*.{swift}"
},
{
"name": "EmptyView",
"source_files": "Code/Empty/EmptyView/*.{swift}",
"dependencies": {
"WLBaseTableView/Empty/EmptyDataSource": [
]
}
}
]
},
{
"name": "BTVC",
"source_files": "Code/BaseTableViewCell/*.{swift}",
"dependencies": {
"WLToolsKit/Then": [
],
"WLToolsKit/Color": [
]
}
},
{
"name": "BTV",
"source_files": "Code/BaseTableView/*.{swift}",
"dependencies": {
"WLToolsKit/Then": [
],
"WLToolsKit/Color": [
],
"RxSwift": [
],
"WLBaseTableView/Empty/EmptyView": [
]
}
},
{
"name": "RTV",
"source_files": "Code/RefreshTableView/*.{swift}",
"dependencies": {
"RxCocoa": [
],
"MJRefresh": [
],
"WLBaseTableView/BTV": [
]
}
},
{
"name": "SM",
"source_files": "Code/SectionModel/*.{swift}",
"dependencies": {
"RxDataSources": [
]
}
},
{
"name": "ASM",
"source_files": "Code/AnimationSectionModel/*.{swift}",
"dependencies": {
"RxDataSources": [
],
"WLToolsKit/Common": [
]
}
}
]
}