blob: b61713c51b9c65a2817605e2beea56163c3ae217 [file] [log] [blame]
{
"name": "brainfxck",
"version": "0.1.0",
"summary": "A Brainfxck intepreter in Swift",
"description": "A Brainfxck intepreter in Swift. support strings as I/O",
"homepage": "https://github.com/johnlinvc/brainfxck",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"johnlinvc": "johnlinvc@gmail.com"
},
"source": {
"git": "https://github.com/johnlinvc/brainfxck.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "brainfxck/Classes/**/*"
}