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