[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / 8 / a / Down / 0.3.2 / Down.podspec.json
blob9527582263a416bf08895f388981ace804b4bed3
2   "name": "Down",
3   "summary": "Blazing fast Markdown rendering in Swift, built upon cmark.",
4   "version": "0.3.2",
5   "homepage": "https://github.com/iwasrobbed/Down",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Rob Phillips": "rob@desideratalabs.co"
12   },
13   "source": {
14     "git": "https://github.com/iwasrobbed/Down.git",
15     "tag": "v0.3.2"
16   },
17   "source_files": [
18     "Source/{cmark,Enums & Options,Extensions,Renderers}/**",
19     "Source/*"
20   ],
21   "ios": {
22     "source_files": "Source/Views/**",
23     "resources": "Resources/DownView.bundle"
24   },
25   "public_header_files": "Source/*.h",
26   "platforms": {
27     "ios": "8.0",
28     "tvos": "9.0"
29   },
30   "requires_arc": true,
31   "module_name": "Down",
32   "preserve_paths": "Source/cmark/module.modulemap",
33   "pod_target_xcconfig": {
34     "SWIFT_INCLUDE_PATHS": "$(SRCROOT)/Down/Source/cmark/**"
35   }