blob: e2e01aac6ff043c4291af625f8413a8d1184ac69 [file] [log] [blame]
{
"name": "SwiftyLisp",
"version": "1.0.3",
"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": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/uraimo/swiftylisp.git",
"tag": "1.0.3"
},
"source_files": "Sources/**/*",
"frameworks": "Foundation",
"pushed_with_swift_version": "3.0"
}