[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 3 / 6 / 4 / HoedownObjC / 0.1 / HoedownObjC.podspec.json
blobd4547ed648cf56f4eeb88e3d0b2fcb905def7dca
2   "name": "HoedownObjC",
3   "version": "0.1",
4   "summary": "A tiny Objective-C wrapper around hoedown.",
5   "homepage": "https://github.com/clemensg/HoedownObjC",
6   "license": "MIT",
7   "authors": {
8     "Clemens Gruber": "clemensgru@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/clemensg/HoedownObjC.git",
12     "tag": "v0.1"
13   },
14   "requires_arc": true,
15   "default_subspecs": "standard",
16   "subspecs": [
17     {
18       "name": "standard",
19       "source_files": "HoedownObjC/*.{h,m}",
20       "dependencies": {
21         "hoedown": [
23         ]
24       }
25     }
26   ]