| { |
| "name": "SectionsTableViewKit", |
| "version": "1.0.0", |
| "summary": "Simple solution for static or paginating table views.", |
| "homepage": "https://github.com/horizontalsystems/SectionsTableViewKit", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "max": "trickster77777@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/horizontalsystems/SectionsTableViewKit.git", |
| "tag": "1.0.0" |
| }, |
| "swift_version": "4.1", |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "source_files": "SectionsTableViewKit/Classes/**/*", |
| "dependencies": { |
| "GrouviExtensions": [ |
| |
| ], |
| "SnapKit": [ |
| "~> 4.0.0" |
| ] |
| } |
| } |