blob: 9014afa08f817b37c7c3c529d9ef848d901b0cca [file] [log] [blame]
{
"name": "LiterateSwift",
"version": "0.0.20",
"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.19"
},
"source_files": [
"LiterateSwift/*.swift",
"LiterateSwift/LiterateSwift.h"
],
"dependencies": {
"CommonMark": [
"= 0.24.0"
]
}
}