blob: 3f49cc91228cea47b52d4aad7d614208e4dca0c7 [file] [log] [blame]
{
"name": "BBTableView",
"version": "0.5",
"summary": "Use table view to layout a view auto resized with sub views height changed",
"homepage": "https://github.com/buhailiang/BBTableView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"bartx": "https://github.com/buhailiang"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/buhailiang/BBTableView.git",
"tag": "v0.5"
},
"source_files": "BBTableView/*.{h,m}",
"requires_arc": true,
"subspecs": [
{
"name": "ScrollView",
"source_files": "BBTableView/*Scroll*.{h,m}"
},
{
"name": "TableView",
"source_files": "BBTableView/*Table*.{h,m}"
}
]
}