[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / 8 / c / ATTableView / 1.1 / ATTableView.podspec.json
blob948cc92c40128f1cb5952415aa95ca9a286c87e7
2   "name": "ATTableView",
3   "version": "1.1",
4   "summary": "A lazy way for smart developers to deal with UITableView.",
5   "description": "How many times do you have to implement UITableViewDatasource and UITableViewDelegate?\nIs it boring? And how to deal with different UITableViewCells in one TableView?\n\nYou're smart so you need to find a smart way to do it.\nATTableView is for you, it's easy to display model in UITableView. Also support different UITableViewCells.",
6   "homepage": "https://github.com/tuanphung/ATTableView",
7   "license": "MIT",
8   "authors": {
9     "Tuan Phung": "tuanphunglk@gmail.com"
10   },
11   "social_media_url": "https://twitter.com/tuanphunglk",
12   "platforms": {
13     "ios": "8.0"
14   },
15   "source": {
16     "git": "https://github.com/tuanphung/ATTableView.git",
17     "tag": "1.1"
18   },
19   "source_files": "Source/*.swift",
20   "requires_arc": true