blob: b00d80f8efa761d626d5e77b09cc3a9531ca0c78 [file] [log] [blame]
{
"name": "LiterateSwift",
"version": "0.0.8",
"summary": "Literate Swift is a framework for doing literate programming in Swift",
"description": "This framework is intended to be used in an app, e.g. a GUI app or CLI app.",
"homepage": "https://github.com/chriseidhof/literate-swift",
"license": "MIT",
"authors": {
"Chris Eidhof": "chris@eidhof.nl"
},
"platforms": {
"osx": "10.9"
},
"source": {
"git": "https://github.com/chriseidhof/literate-swift.git",
"tag": "0.0.8"
},
"source_files": [
"LiterateSwift/*.swift",
"LiterateSwift/LiterateSwift.h"
],
"dependencies": {
"CommonMark": [
">= 0.0.3"
]
}
}