blob: f6e2d1d50ad8b77b093ffbd2ae1885f67a586144 [file] [log] [blame]
{
"name": "BBTableView",
"version": "0.3.2",
"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.3.2"
},
"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}"
}
]
}