blob: 236ce24192c0e465b0e39f74b66a8fd76ebee8ce [file] [log] [blame]
{
"name": "VBTableViewController",
"version": "2.0.1",
"summary": "VBTableViewController extends UITableViewController by adding pagination, pull-to-refresh and other useful features.",
"description": "VBTableViewController extends UITableViewController by adding pagination, pull-to-refresh and other useful features.\n\nVBTableViewCell is a base class for cells. Each cell contains only apporpriate VBTableViewCellView as a subview. The idea is to setup UI of VBTableViewCellView by setting its item property (which calls updateUI).\n\nVBTableViewHeader uses the same idea as VBTableViewCell.",
"homepage": "https://github.com/valnoc/VBTableViewController",
"license": "MIT",
"authors": {
"Valeriy Bezuglyy": "valnocorner@gmail.com"
},
"source": {
"git": "https://github.com/valnoc/VBTableViewController.git",
"tag": "v2.0.1"
},
"platforms": {
"ios": "8.1"
},
"requires_arc": true,
"source_files": "VBTableViewController/**/*{.h,.m}",
"dependencies": {
"WZProtocolInterceptor": [
"~> 0.1"
],
"VBException": [
"~> 1.0"
],
"VBAutolayout": [
"~> 2.0"
],
"UIKit+VBProgrammaticCreation": [
"~> 1.0"
]
}
}