blob: 935fd7c310b41f150b54dcfe64fbee569e84570e [file] [log] [blame]
{
"name": "VBTableViewController",
"version": "1.1.0",
"summary": "VBTableViewController",
"description": "VBTableViewController extends UITableViewController by adding pagination, pull-to-refresh and other useful features.\nVBTableViewCell and VBTableViewItemCell implement useful cell methods.",
"homepage": "https://github.com/valnoc/VBTableViewController",
"license": "MIT",
"authors": {
"Valeriy Bezuglyy": "valnocorner@gmail.com"
},
"source": {
"git": "https://github.com/valnoc/VBTableViewController.git",
"tag": "v1.1.0"
},
"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"
]
}
}