[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 0 / 1 / d / SwiftyLisp / 1.0.3 / SwiftyLisp.podspec.json
blobe2e01aac6ff043c4291af625f8413a8d1184ac69
2   "name": "SwiftyLisp",
3   "version": "1.0.3",
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": "8.0",
15     "osx": "10.9",
16     "watchos": "2.0",
17     "tvos": "9.0"
18   },
19   "source": {
20     "git": "https://github.com/uraimo/swiftylisp.git",
21     "tag": "1.0.3"
22   },
23   "source_files": "Sources/**/*",
24   "frameworks": "Foundation",
25   "pushed_with_swift_version": "3.0"