[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 8 / f / LiterateSwift / 0.0.5 / LiterateSwift.podspec.json
blob54d032bd0a9830e0c2da52cde0113f444e561e43
2   "name": "LiterateSwift",
3   "version": "0.0.5",
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.5"
17   },
18   "source_files": [
19     "LiterateSwift/*.swift",
20     "LiterateSwift/LiterateSwift.h"
21   ],
22   "dependencies": {
23     "CommonMark": [
24       ">= 0.0.3"
25     ]
26   }