| { |
| "name": "SnowMonkey", |
| "version": "1.0.0", |
| "summary": "SnowMonkey helps you manage tableView easily by handling the datasource and delegate for you", |
| "description": "SnowMonkey let you manage your tableView through a source, and handle the insertion, deletion, animation, for you", |
| "homepage": "https://github.com/MonkeyDMat/SnowMonkey", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "MonkeyDMat": "email@address.com" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/MonkeyDMat/SnowMonkey.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": "SnowMonkey/classes/**/*.{swift}" |
| } |