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