blob: a759e4ef3dec19159f71cf4f37b2257bf33e81c1 [file] [log] [blame]
{
"name": "HBTableView",
"version": "1.0.1",
"summary": "HBTableView",
"description": "HBTableView description",
"homepage": "https://github.com/hepburnalex/HBTableView",
"license": "MIT",
"authors": {
"hepburn": "hepburn2019@163.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/hepburnalex/HBTableView.git",
"tag": "1.0.1"
},
"source_files": "HBTableView/*.{h,m}",
"public_header_files": "HBTableView/*.h",
"requires_arc": true,
"dependencies": {
"Masonry": [
],
"MJRefresh": [
]
}
}