|
1
|
{ |
|
2
|
"name": "JomloTableView", |
|
3
|
"version": "1.0.0", |
|
4
|
"swift_versions": "5.7.3", |
|
5
|
"summary": "A UITableView with detachable section and row.", |
|
6
|
"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.", |
|
7
|
"homepage": "https://github.com/setoelkahfi/JomloTableView", |
|
8
|
"license": { |
|
9
|
"type": "MIT", |
|
10
|
"file": "LICENSE" |
|
11
|
}, |
|
12
|
"authors": { |
|
13
|
"Seto Elkahfi": "setoelkahfi@gmail.com" |
|
14
|
}, |
|
15
|
"source": { |
|
16
|
"git": "https://github.com/setoelkahfi/JomloTableView.git", |
|
17
|
"tag": "1.0.0" |
|
18
|
}, |
|
19
|
"social_media_url": "https://twitter.com/setoelkahfi", |
|
20
|
"platforms": { |
|
21
|
"ios": "11.0", |
|
22
|
"tvos": "11.0" |
|
23
|
}, |
|
24
|
"source_files": "Sources/JomloTableView/**/*", |
|
25
|
"swift_version": "5.7.3" |
|
26
|
} |