Raw
1 {
2 "name": "JomloTableView",
3 "version": "0.2.0",
4 "summary": "A UITableView with detachable section and row.",
5 "description": "JomloTableView uses detachable section and row. You can add multiple section individually and add rows to each section. See example project for how to use this library.",
6 "homepage": "https://github.com/setoelkahfi/JomloTableView",
7 "license": {
8 "type": "MIT",
9 "file": "LICENSE"
10 },
11 "authors": {
12 "Seto Elkahfi": "setoelkahfi@gmail.com"
13 },
14 "source": {
15 "git": "https://github.com/setoelkahfi/JomloTableView.git",
16 "tag": "0.2.0"
17 },
18 "social_media_url": "https://twitter.com/setoelkahfi",
19 "platforms": {
20 "ios": "8.0"
21 },
22 "source_files": "JomloTableView/Classes/**/*"
23 }