[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / b / 1 / VBTableViewController / 2.0.1 / VBTableViewController.podspec.json
blob236ce24192c0e465b0e39f74b66a8fd76ebee8ce
2   "name": "VBTableViewController",
3   "version": "2.0.1",
4   "summary": "VBTableViewController extends UITableViewController by adding pagination, pull-to-refresh and other useful features.",
5   "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.",
6   "homepage": "https://github.com/valnoc/VBTableViewController",
7   "license": "MIT",
8   "authors": {
9     "Valeriy Bezuglyy": "valnocorner@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/valnoc/VBTableViewController.git",
13     "tag": "v2.0.1"
14   },
15   "platforms": {
16     "ios": "8.1"
17   },
18   "requires_arc": true,
19   "source_files": "VBTableViewController/**/*{.h,.m}",
20   "dependencies": {
21     "WZProtocolInterceptor": [
22       "~> 0.1"
23     ],
24     "VBException": [
25       "~> 1.0"
26     ],
27     "VBAutolayout": [
28       "~> 2.0"
29     ],
30     "UIKit+VBProgrammaticCreation": [
31       "~> 1.0"
32     ]
33   }