| { | |
| "name": "Brainfuck", | |
| "version": "0.0.1", | |
| "license": "MIT", | |
| "summary": "Brainfuck interpreter writen in swift", | |
| "homepage": "https://github.com/bonels/Brainfuck", | |
| "authors": { | |
| "bonels": "dev.bonels@gmail.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/bonels/Brainfuck.git", | |
| "tag": "0.0.1" | |
| }, | |
| "source_files": "Sources/*.swift", | |
| "platforms": { | |
| "ios": "9.0" | |
| } | |
| } |