blob: 2349aa54c5a25daa9ec7464cab75bd425cc76c9b [file] [log] [blame]
{
"name": "vvtable",
"version": "0.0.3",
"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.3"
},
"source_files": "vvtablehelper/**/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"JSONKit": [
"~> 1.4"
]
}
}