[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 0 / 8 / a / Down / 0.5.1 / Down.podspec.json
blobef91f95c353a3bbfac56f06d13656d298d8a44ed
2   "name": "Down",
3   "summary": "Blazing fast Markdown rendering in Swift, built upon cmark.",
4   "version": "0.5.1",
5   "homepage": "https://github.com/iwasrobbed/Down",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Rob Phillips": "rob@robphillips.me"
12   },
13   "source": {
14     "git": "https://github.com/iwasrobbed/Down.git",
15     "tag": "v0.5.1"
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   "osx": {
26     "source_files": "Source/Views/**",
27     "resources": "Resources/DownView.bundle"
28   },
29   "public_header_files": "Source/*.h",
30   "platforms": {
31     "ios": "9.0",
32     "tvos": "9.0",
33     "osx": "10.11"
34   },
35   "requires_arc": true,
36   "module_name": "Down",
37   "preserve_paths": "Source/cmark/module.modulemap",
38   "pod_target_xcconfig": {
39     "SWIFT_INCLUDE_PATHS": "$(SRCROOT)/Down/Source/cmark/**"
40   },
41   "pushed_with_swift_version": "4.0"