blob: 92847f9dab9c584d610b287a2dbd3549fe77c146 [file] [log] [blame]
{
"name": "markymark",
"version": "0.1.5",
"summary": "Markdown parser for iOS",
"description": "Marky Mark is a parser written in Swift that converts markdown into native views. The way it looks is highly customizable and the supported markdown syntax and tags are easy to extend.",
"homepage": "https://github.com/M2Mobi/Marky-Mark",
"license": "MIT",
"authors": {
"M2Mobi": "info@m2mobi.com"
},
"source": {
"git": "https://github.com/M2Mobi/Marky-Mark.git",
"tag": "0.1.5"
},
"platforms": {
"ios": "8.0"
},
"source_files": "markymark/Classes/**/*{.swift}"
}