[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 5 / c / b / LBNTableViewHandle / 0.1.2 / LBNTableViewHandle.podspec.json
blobf0acd816d1e120df7bc51ff7c2826726331ce38b
2   "name": "LBNTableViewHandle",
3   "version": "0.1.2",
4   "summary": "A Small implementation for TableView dalegate and datasource that will handle most of the boiler plate code.",
5   "description": "This pod encapsulate the methods of UITableViewDataSource and UITableViewDelegate, so you can concentrate on the logic instead of the boiler plate code.\nThis pod make use of blocks to make your code simpler and more readable.",
6   "homepage": "https://github.com/sciasxp/LBNTableViewHandle",
7   "license": "MIT",
8   "authors": {
9     "Luciano Bastos Nunes": "sciasxp@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/sciasxp/LBNTableViewHandle.git",
13     "tag": "0.1.2"
14   },
15   "platforms": {
16     "ios": "7.1"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "LBNTableViewHandle": [
22       "Pod/Assets/*.png"
23     ]
24   }