blob: 3b67fa97b38f85e83297ad1480043af96433e6af [file] [log] [blame]
{
"name": "Reggie",
"version": "0.2.2",
"summary": "A state machine automata simulation framework.",
"description": "A state machine automata simulation framework capable of creating\nnon-deterministic finite automata, push-down automata, and more.",
"homepage": "https://github.com/altece/Reggie",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Steven Brunwasser": ""
},
"source": {
"git": "https://github.com/altece/Reggie.git",
"tag": "v0.2.2"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source_files": "Source/**/*.swift"
}