blob: 69634f780c3619054ca0b5902d4bf03573d1943f [file] [log] [blame]
{
"name": "Markdown",
"version": "1.0.0-alpha.2",
"summary": "Full markdown support for Swift - wrapper over Discount (this actually is what GitHub uses deep down)",
"homepage": "https://github.com/crossroadlabs/Markdown",
"license": {
"type": "LGPL",
"file": "LICENSE.LESSER.txt"
},
"authors": {
"Daniel Leping": "daniel@crossroadlabs.xyz"
},
"source": {
"git": "https://github.com/crossroadlabs/Markdown.git",
"tag": "1.0.0-alpha.2"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "Sources/Markdown/*.swift",
"frameworks": "Foundation",
"requires_arc": true,
"dependencies": {
"CDiscount": [
"~> 2.2"
]
},
"pushed_with_swift_version": "3.0"
}