[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / d / 8 / c / ATTableView / 1.2 / ATTableView.podspec.json
blob9abaa701f90543ab26892252860ced8b826564c3
2   "name": "ATTableView",
3   "version": "1.2",
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://github.com/tuanphung",
12   "platforms": {
13     "ios": "8.0"
14   },
15   "source": {
16     "git": "https://github.com/tuanphung/ATTableView.git",
17     "tag": "1.2"
18   },
19   "source_files": "Source/*.swift",
20   "requires_arc": true