blob: b2e376509f5dd9025f9e331d864d812057a78c9c [file] [log] [blame]
{
"name": "MMTableView",
"version": "1.7",
"summary": "写给自己用的TableView,参考了微信的写法,名字我都没改……",
"description": "原来写法太乱了,自己封一个,方便自己公司内部团队使用的,不定期维护更新,如果有需要的小伙伴也可以自行使用。",
"homepage": "https://github.com/ZWXAllen/MMTableView",
"authors": {
"young.zhang": "young.zhang@ecovacs.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/ZWXAllen/MMTableView.git",
"tag": "1.7"
},
"source_files": "MMTableView/MMTableView/*.{h,m}",
"dependencies": {
"Masonry": [
"~> 1.1.0"
],
"MJExtension": [
"~> 3.0.13"
],
"UIColor+Hex": [
"~> 1.0.1"
]
}
}