[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / 1 / d / SwiftyLisp / 2.0.1 / SwiftyLisp.podspec.json
blobf7d32d569c3d61da321bc331fc03e29f3260c60e
2   "name": "SwiftyLisp",
3   "version": "2.0.1",
4   "summary": "An embeddable LISP interpreter",
5   "description": "A LISP interpreter based on McCarthy micro-manual paper.",
6   "homepage": "https://github.com/uraimo/SwiftyLisp",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Umberto Raimondi",
12   "social_media_url": "https://twitter.com/uraimo",
13   "platforms": {
14     "ios": "10.0",
15     "osx": "10.11"
16   },
17   "source": {
18     "git": "https://github.com/uraimo/swiftylisp.git",
19     "tag": "2.0.1"
20   },
21   "source_files": "Sources/**/*",
22   "frameworks": "Foundation"