| { |
| "name": "Pushie", |
| "version": "0.0.18", |
| "summary": "Pushie is a small framework for Writing Push Down Automata fast and easy", |
| "description": "Pushie is a small framework for Writing Push Down Automata fast and easy. It allows you to parse words in the language you specify and even compute a full result from it usin generics.", |
| "homepage": "https://github.com/mathiasquintero/Pushie", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Mathias Quintero": "mathias.quintero@tum.de" |
| }, |
| "source": { |
| "git": "https://github.com/mathiasquintero/Pushie.git", |
| "tag": "0.0.18" |
| }, |
| "social_media_url": "https://twitter.com/sifrinoimperial", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "Pushie/Classes/**/*" |
| } |