blob: a84877f365c7ff35cae357f09bc082bd73b30cff [file] [log] [blame]
{
"name": "VixTableView",
"version": "0.0.1",
"summary": "make tableview easier~",
"description": "\"VixTableView 是一个针对tableview进行封装的一个便捷工具,使tableview更简洁\"",
"homepage": "https://github.com/VixHi/vvtable",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"vixhi": "hi_vix@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/VixHi/vvtable.git",
"tag": "0.0.1"
},
"source_files": "vvtablehelper/**/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}