blob: a54aa6e1727a7dc1a09ab0e249be31a86e1b5b4d [file] [log] [blame]
{
"name": "AlphabetTable",
"version": "0.0.2",
"license": "MIT",
"summary": "A UITableView subclass which automatically sorts your data elements into sections keyed by letter.",
"homepage": "https://github.com/idottv/AlphabetTable",
"authors": {
"Bryce Redd": "bryce@i.tv"
},
"source": {
"git": "https://github.com/idottv/AlphabetTable.git",
"tag": "0.0.2"
},
"description": "A UITableView subclass which automatically sorts your data elements into sections keyed by letter. Supports both custom data elements (which conform to a protocol) and CoreData elements.",
"platforms": {
"ios": null
},
"source_files": "",
"requires_arc": true,
"dependencies": {
"NLCoreData": [
">=0.2.0"
]
}
}