| { |
| "name": "SectionsTableView.swift", |
| "module_name": "SectionsTableView", |
| "version": "1.1", |
| "summary": "Simple solution for static or paginating table views.", |
| "homepage": "https://github.com/horizontalsystems/gui-kit", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Horizontal Systems": "hsdao@protonmail.ch" |
| }, |
| "source": { |
| "git": "https://github.com/horizontalsystems/gui-kit.git", |
| "tag": "1.1" |
| }, |
| "social_media_url": "http://horizontalsystems.io/", |
| "platforms": { |
| "ios": "11.0" |
| }, |
| "swift_versions": "5", |
| "source_files": "SectionsTableView/Classes/**/*", |
| "dependencies": { |
| "UIExtensions.swift": [ |
| "~> 1.1" |
| ], |
| "SnapKit": [ |
| "~> 5.0" |
| ] |
| }, |
| "swift_version": "5" |
| } |