[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 0 / 8 / a / Down / 0.9.5 / Down.podspec.json
blobcf627c1bdd8f79cab39e76fbdf30ce214bd5d307
2   "name": "Down",
3   "summary": "Blazing fast Markdown rendering in Swift, built upon cmark.",
4   "version": "0.9.5",
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.9.5"
16   },
17   "source_files": [
18     "Source/{AST,cmark,Enums & Options,Extensions,Renderers}/**/*.{h,c,swift}",
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": [
38     "Source/cmark/include/module.modulemap",
39     "Source/cmark/*.inc",
40     "Source/cmark/COPYING"
41   ],
42   "pod_target_xcconfig": {
43     "SWIFT_INCLUDE_PATHS": "$(SRCROOT)/Down/Source/cmark/**"
44   },
45   "swift_versions": [
46     "5.0",
47     "5.1"
48   ],
49   "swift_version": "5.1"