| { |
| "name": "GKRepresentable", |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "version": "1.1.0", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "homepage": "https://github.com/GrumpyKir/GKRepresentable", |
| "authors": { |
| "Opekishev Kirill": "grumpykir@gmail.com" |
| }, |
| "summary": "Models and classes for UITableView", |
| "source": { |
| "git": "https://github.com/GrumpyKir/GKRepresentable.git", |
| "tag": "1.1.0" |
| }, |
| "swift_versions": "5.0", |
| "source_files": "GKRepresentable/SourceData/*.swift", |
| "requires_arc": true, |
| "frameworks": "UIKit", |
| "dependencies": { |
| "GKExtensions": [ |
| "~> 1.1.0" |
| ] |
| }, |
| "swift_version": "5.0" |
| } |