blob: eb816db1caaf94a9540026d7f4e5902fd825ef2b [file] [log] [blame]
{
"name": "Esolang",
"version": "0.0.1",
"license": "MIT",
"summary": "Esoteric programming language interpreter writen in swift",
"homepage": "https://github.com/nutcrack/esolang",
"authors": {
"nutcrack": "mail@nutcrack.io"
},
"source": {
"git": "https://github.com/nutcrack/esolang.git",
"tag": "0.0.1"
},
"source_files": "Sources/*.swift",
"platforms": {
"ios": "9.0"
}
}