blob: f7d32d569c3d61da321bc331fc03e29f3260c60e [file] [log] [blame]
{
"name": "SwiftyLisp",
"version": "2.0.1",
"summary": "An embeddable LISP interpreter",
"description": "A LISP interpreter based on McCarthy micro-manual paper.",
"homepage": "https://github.com/uraimo/SwiftyLisp",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Umberto Raimondi",
"social_media_url": "https://twitter.com/uraimo",
"platforms": {
"ios": "10.0",
"osx": "10.11"
},
"source": {
"git": "https://github.com/uraimo/swiftylisp.git",
"tag": "2.0.1"
},
"source_files": "Sources/**/*",
"frameworks": "Foundation"
}