[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 3 / d / a / MarkDownEditor / 2.0.0 / MarkDownEditor.podspec.json
blob0a326ec6f50365b120bfb57989571bc44079dad1
2   "name": "MarkDownEditor",
3   "version": "2.0.0",
4   "summary": "Read MarkDown File.",
5   "description": "MarkDownEditor help you read MarkDown file in iOS.",
6   "homepage": "https://github.com/Cu-Toof/MarkDownEditor",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Cu-Toof": "toanf9dn@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Cu-Toof/MarkDownEditor.git",
16     "tag": "2.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "MarkDownEditor/Classes/**/*",
22   "frameworks": "UIKit",
23   "dependencies": {
24     "cmark": [
25       "~> 0.21.0"
26     ],
27     "Ono": [
28       "~> 1.1.3"
29     ]
30   }