blob: f931af0c0012bd71a8149c8b1385876562d3b030 [file] [log] [blame]
{
"name": "LBNTableViewHandle",
"version": "0.0.2",
"summary": "A Small implementation for TableView dalegate and datasource that will handle most of the boiler plate code.",
"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.",
"homepage": "https://github.com/sciasxp/LBNTableViewHandle",
"license": "MIT",
"authors": {
"Luciano Bastos Nunes": "sciasxp@gmail.com"
},
"source": {
"git": "https://github.com/sciasxp/LBNTableViewHandle.git",
"tag": "0.0.2"
},
"social_media_url": "br.linkedin.com/pub/luciano-bastos-nunes/16/712/695/",
"platforms": {
"ios": "7.1"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"LBNTableViewHandle": [
"Pod/Assets/*.png"
]
}
}