[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 4 / 0 / 5 / LazyTableView-Swift / 1.0 / LazyTableView-Swift.podspec.json
blob60e4202c7b627fd9a378c1f7603de36b436f6ec1
2   "name": "LazyTableView-Swift",
3   "version": "1.0",
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.\nLazyTableView is for you, it's easy to display model in UITableView. Also support different UITableViewCells.",
6   "homepage": "https://github.com/tuanphung/LazyTableView",
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/LazyTableView.git",
17     "tag": "1.0"
18   },
19   "source_files": "Source/*.swift",
20   "requires_arc": true