[Add] TPNiOS 6.4.35
[CocoaPods.git] / Specs / 8 / c / 2 / WPMarkDownParse / 0.1.2 / WPMarkDownParse.podspec.json
blobf8176563e52eb9ea501bd7b6e3a636e1db98574c
2   "name": "WPMarkDownParse",
3   "version": "0.1.2",
4   "summary": "MardDown解析",
5   "description": "修正缩进偏移量,引用段首才解析,斜体左右为中文时才解析,对齐方式采用左对齐,解决有序嵌套,代码块偏移量",
6   "homepage": "https://github.com/wuyanghu/WPMarkDownParse",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "823105162@qq.com": "823105162@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/wuyanghu/WPMarkDownParse.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "WPMarkDownParse/Classes/**/*",
22   "dependencies": {
23     "YYText": [
24       "1.0.7"
25     ],
26     "WPChained": [
27       "0.1.2"
28     ],
29     "SDWebImage": [
30       "5.0.2"
31     ]
32   }