blob: 60ebf1bc4723f6fe4c74e3c2fabb45b53c67606c [file] [log] [blame]
{
"name": "Pushie",
"version": "0.0.12",
"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.12"
},
"social_media_url": "https://twitter.com/sifrinoimperial",
"platforms": {
"ios": "8.0"
},
"source_files": "Pushie/Classes/**/*"
}