blob: 6fba7573d9c7ce4219fde4caa45f740d27ebb2a5 [file] [log] [blame]
{
"name": "vvtable",
"version": "0.0.1",
"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.0.1"
},
"source_files": "vvtablehelper/**/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}