[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 5 / c / b / LBNTableViewHandle / 0.0.2 / LBNTableViewHandle.podspec.json
blobf931af0c0012bd71a8149c8b1385876562d3b030
2   "name": "LBNTableViewHandle",
3   "version": "0.0.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.\nThe use of this pod make uses 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.0.2"
14   },
15   "social_media_url": "br.linkedin.com/pub/luciano-bastos-nunes/16/712/695/",
16   "platforms": {
17     "ios": "7.1"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "LBNTableViewHandle": [
23       "Pod/Assets/*.png"
24     ]
25   }