blob: 21c95da184af87351e3cf2152e7a01a722b7a70b [file] [log] [blame]
{
"name": "TableVector",
"version": "0.4",
"summary": "A general purpose library to simplify working with UITableView",
"description": "Use TableVector like a more flexible NSFetchedResultsController to streamline UITableView insertions, deletions, and updates",
"homepage": "https://github.com/dietcoke27/TableVector",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Cole Kurkowski": "crk@fastmail.com"
},
"source": {
"git": "https://github.com/dietcoke27/TableVector.git",
"tag": "0.4"
},
"social_media_url": "https://twitter.com/colekurk",
"platforms": {
"ios": "10.0"
},
"source_files": "TableVector/Classes/**/*",
"pushed_with_swift_version": "3.0"
}