[Add] MYBLMusicSDK 0.5.8
[CocoaPods.git] / Specs / a / b / 1 / VBTableViewController / 1.0.0 / VBTableViewController.podspec.json
blob18726b5052be4877a2e70608a3a23113d9be7e47
2   "name": "VBTableViewController",
3   "version": "1.0.0",
4   "summary": "VBTableViewController",
5   "description": "VBTableViewController extends UITableViewController by adding pagination, pull-to-refresh and other useful features.\nVBTableViewCell and VBTableViewItemCell implement useful cell methods.",
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": "v1.0.0"
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   }