blob: b6b235f031ca0bfe05a82392e88e576df902e455 [file] [log] [blame]
{
"name": "PluggableTableView",
"version": "0.4.1",
"summary": "PluggableTableView provides a TableView to work easily with View Models.",
"description": "PluggableTableView provides an UITableView that does all the work for you. The only thing you need to do is provide a list of view models.\nThe registration of the cells, headers and footers will be done automatically.",
"homepage": "https://github.com/bynelus/PluggableTableView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"NielsKoole": "me@nielskoole.nl"
},
"source": {
"git": "https://github.com/bynelus/PluggableTableView.git",
"tag": "0.4.1"
},
"social_media_url": "https://twitter.com/nielskoole",
"platforms": {
"ios": "9.0"
},
"ios": {
"source_files": "PluggableTableView/Classes/**/*"
}
}