blob: 6aff8a00a72dffdb94d30f7b7741d166bf968e99 [file] [log] [blame]
{
"name": "MMTableView",
"version": "1.4",
"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.4"
},
"source_files": "MMTableView/MMTableView/*.{h,m}",
"dependencies": {
"Masonry": [
"~> 1.1.0"
],
"MJExtension": [
"~> 3.0.13"
],
"UIColor+Hex": [
"~> 1.0.1"
]
}
}