[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 9 / 1 / c / LATableBuilder / 0.2.1 / LATableBuilder.podspec.json
blobac716398b852331e8e2ea7d909502da8bf4efc6c
2   "name": "LATableBuilder",
3   "version": "0.2.1",
4   "summary": "LATableBuilder makes implementing table views a piece of cake",
5   "description": "LATableBuilder\n\nNever worry anymore about datasource, delegate or registering cells. Handle the cell setup when declaring the cell.\nThis will speed up the productivity and let the code clearer without the same standard setup everytime.\n\nThis pod aims to make easier the use of UITableView.\n\nMIT license, use as you wish.",
6   "homepage": "https://github.com/lucasca73/LATableBuilder",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Lucas Costa Araujo": "lucascostaa73@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/lucasca73/LATableBuilder.git",
16     "tag": "0.2.1"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "swift_versions": "5.0",
22   "source_files": "LATableBuilder/Classes/**/*",
23   "dependencies": {
24     "SnapKit": [
25       "~> 5.0.1"
26     ]
27   },
28   "swift_version": "5.0"