[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 8 / f / LiterateSwift / 0.0.20 / LiterateSwift.podspec.json
blob9014afa08f817b37c7c3c529d9ef848d901b0cca
2   "name": "LiterateSwift",
3   "version": "0.0.20",
4   "summary": "Literate Swift is a framework for doing literate programming in Swift",
5   "description": "This framework is intended to be used in an app, e.g. a GUI app or CLI app.",
6   "homepage": "https://github.com/chriseidhof/literate-swift",
7   "license": "MIT",
8   "authors": {
9     "Chris Eidhof": "chris@eidhof.nl"
10   },
11   "platforms": {
12     "osx": "10.9"
13   },
14   "source": {
15     "git": "https://github.com/chriseidhof/literate-swift.git",
16     "tag": "0.0.19"
17   },
18   "source_files": [
19     "LiterateSwift/*.swift",
20     "LiterateSwift/LiterateSwift.h"
21   ],
22   "dependencies": {
23     "CommonMark": [
24       "= 0.24.0"
25     ]
26   }