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