blob: e041fa34fead8b806271a304afebb103a454da2d [file] [log] [blame]
{
"name": "ChatyMarkDownKit",
"version": "0.6.0",
"summary": "MarkDownKit is a kit allowing you to use markdown notation in your apps, on iOS and macOS",
"description": "MarkDownKit Uses NSAttributedString to apply markDown featurs on text.\nYou can use it for chatting apps for example.\nAt the moment the kit marks *Bold* , _Italic_ and `code`.",
"homepage": "https://github.com/AssafYehudai/MarkDownKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"AssafYehudai": "assaf.yehudai@gmail.com"
},
"source": {
"git": "https://github.com/AssafYehudai/MarkDownKit.git",
"tag": "0.6.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": "MarkDownKit/Classes/**/*",
"pushed_with_swift_version": "3.0"
}