blob: 1a61ce2d4364e93815bb45a764688fcbd07616be [file] [log] [blame]
{
"name": "MarkdownKit",
"version": "1.4.1",
"summary": "MarkdownKit is a customizable and extensible Markdown parser for iOS.",
"description": "MarkdownKit is a customizable and extensible Markdown parser for iOS.\nIt supports many of the standard Markdown elements through the use of Regular\nExpressions. It also allows customization of font and color attributes for\nall the Markdown elements.",
"homepage": "https://github.com/bmoliveira/MarkdownKit",
"screenshots": "https://raw.githubusercontent.com/bmoliveira/MarkdownKit/master/Resources/MarkdownKitExample.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ivan Bruel": "ivan.bruel@gmail.com"
},
"source": {
"git": "https://github.com/bmoliveira/MarkdownKit.git",
"tag": "1.4.1"
},
"social_media_url": "https://twitter.com/ivanbruel",
"platforms": {
"ios": "9.0"
},
"source_files": "MarkdownKit/Sources/**/*",
"frameworks": "UIKit"
}