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