blob: 31bab493a62903d47e09843a540e220bada3397d [file] [log] [blame]
{
"name": "PluggableTableView",
"version": "0.2.0",
"summary": "PluggableTableView provides a TableView to work easily with ViewModels.",
"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.2.0"
},
"social_media_url": "https://twitter.com/nielskoole",
"platforms": {
"ios": "9.0"
},
"ios": {
"source_files": "PluggableTableView/Classes/**/*"
},
"pushed_with_swift_version": "4.0"
}