[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 0 / 5 / 2 / ChatyMarkDownKit / 0.1.3 / ChatyMarkDownKit.podspec.json
bloba23c35031fd358a4145f8c87eef25b5f8e65e3bf
2   "name": "ChatyMarkDownKit",
3   "version": "0.1.3",
4   "summary": "MarkDownKit is a kit allowing you to use markdown notation in your apps, on iOS and macOS",
5   "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~.",
6   "homepage": "https://github.com/AssafYehudai/MarkDownKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "AssafYehudai": "assaf.yehudai@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/AssafYehudai/MarkDownKit.git",
16     "tag": "0.1.3"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.9"
21   },
22   "source_files": "MarkDownKit/Classes/**/*",
23   "pushed_with_swift_version": "3.0"