blob: 3169ce064a17dec49776a243e474aac01b0f2b3d [file] [log] [blame]
{
"name": "LiterateSwift",
"version": "0.0.6",
"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.6"
},
"source_files": [
"LiterateSwift/*.swift",
"LiterateSwift/LiterateSwift.h"
],
"dependencies": {
"CommonMark": [
">= 0.0.3"
]
}
}