| { |
| "name": "UITableViewPresentation", |
| "version": "1.1.1", |
| "summary": "UITableViewPresentation.", |
| "description": "A presentation library for coordinating changes between your models and your tableview", |
| "homepage": "https://github.com/ChristopherCarranza/UITableViewPresentation", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Chris Carranza": "chris.carranza@icloud.com" |
| }, |
| "source": { |
| "git": "https://github.com/ChristopherCarranza/UITableViewPresentation.git", |
| "tag": "1.1.1" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "swift_versions": "5.0", |
| "source_files": "UITableViewPresentation/Classes/**/*", |
| "dependencies": { |
| "Dwifft": [ |
| "0.9.0" |
| ] |
| }, |
| "swift_version": "5.0" |
| } |