blob: 5b4bb650fbb73d6f5770a14e1ecedf20f49792b9 [file] [log] [blame]
{
"name": "ChatyMarkDownKit",
"version": "0.1.5",
"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.5"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": "MarkDownKit/Classes/**/*",
"pushed_with_swift_version": "3.0"
}