[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 3 / 8 / AlphabetTable / 0.0.2 / AlphabetTable.podspec.json
bloba54aa6e1727a7dc1a09ab0e249be31a86e1b5b4d
2   "name": "AlphabetTable",
3   "version": "0.0.2",
4   "license": "MIT",
5   "summary": "A UITableView subclass which automatically sorts your data elements into sections keyed by letter.",
6   "homepage": "https://github.com/idottv/AlphabetTable",
7   "authors": {
8     "Bryce Redd": "bryce@i.tv"
9   },
10   "source": {
11     "git": "https://github.com/idottv/AlphabetTable.git",
12     "tag": "0.0.2"
13   },
14   "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.",
15   "platforms": {
16     "ios": null
17   },
18   "source_files": "",
19   "requires_arc": true,
20   "dependencies": {
21     "NLCoreData": [
22       ">=0.2.0"
23     ]
24   }