| { |
| "name": "Genre", |
| "version": "1.0", |
| "summary": "Engine for text games.", |
| "description": "Simplifies the process of creating logic for text game so developer wouldn't spend additional time on creating logic from scratch.", |
| "homepage": "https://github.com/igormatyushkin014/Genre", |
| "screenshots": "https://github.com/igormatyushkin014/Genre/raw/master/Images/logo_1024_300.png", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Igor Matyushkin": "igormatyushkin014@gmail.com" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/igormatyushkin014/Genre.git", |
| "tag": "1.0" |
| }, |
| "source_files": [ |
| "iOS/Source", |
| "iOS/Source/**/*" |
| ], |
| "pushed_with_swift_version": "3.0" |
| } |