{ | |
"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" | |
} | |
} |