blob: a23c35031fd358a4145f8c87eef25b5f8e65e3bf [file] [log] [blame]
{
"name": "ChatyMarkDownKit",
"version": "0.1.3",
"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_, `code` and ~strikeThrough~.",
"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.1.3"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": "MarkDownKit/Classes/**/*",
"pushed_with_swift_version": "3.0"
}