[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 0 / 5 / 2 / ChatyMarkDownKit / 0.1.1 / ChatyMarkDownKit.podspec.json
blobb579f090690a50d19d95460b18855bc55bf822c8
2   "name": "ChatyMarkDownKit",
3   "version": "0.1.1",
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_ and `code`.",
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.1"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.9"
21   },
22   "source_files": "MarkDownKit/Classes/**/*",
23   "pushed_with_swift_version": "3.0"