blob: 0102f7c25e6a49d2f46189576a6058b3dd1d95cf [file] [log] [blame]
{
"name": "TableVector",
"version": "0.3.2",
"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": "MIT",
"authors": {
"dietcoke27": "crk@fastmail.com"
},
"source": {
"git": "https://github.com/dietcoke27/TableVector.git",
"tag": "0.3.2"
},
"social_media_url": "https://twitter.com/colekurk",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Source/**/*",
"resource_bundles": {
"TableVector": [
"Pod/Assets/*.png"
]
}
}