[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 0 / 8 / a / Down / 0.11.0 / Down.podspec.json
blob3f70339d42261c1fe2e5b4f396b63d258e85a54b
2   "name": "Down",
3   "summary": "Blazing fast Markdown rendering in Swift, built upon cmark.",
4   "version": "0.11.0",
5   "homepage": "https://github.com/johnxnguyen/Down",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "John Nguyen": "polyxo@protonmail.com"
12   },
13   "source": {
14     "git": "https://github.com/johnxnguyen/Down.git",
15     "tag": "v0.11.0"
16   },
17   "source_files": [
18     "Sources/Down/{AST,Enums & Options,Extensions,Renderers}/**/*.swift",
19     "Sources/cmark/*.{h,c}",
20     "Sources/Down/*"
21   ],
22   "ios": {
23     "source_files": "Sources/Down/Views/**",
24     "resources": "Sources/Down/Resources/DownView.bundle"
25   },
26   "osx": {
27     "source_files": "Sources/Down/Views/**",
28     "resources": "Sources/Down/Resources/DownView.bundle"
29   },
30   "public_header_files": "Sources/Down/*.h",
31   "platforms": {
32     "ios": "9.0",
33     "tvos": "9.0",
34     "osx": "10.11"
35   },
36   "requires_arc": true,
37   "module_name": "Down",
38   "preserve_paths": [
39     "Sources/cmark/include/module.modulemap",
40     "Sources/cmark/*.inc",
41     "Sources/cmark/COPYING"
42   ],
43   "pod_target_xcconfig": {
44     "SWIFT_INCLUDE_PATHS": "$(SRCROOT)/Down/Sources/cmark/**"
45   },
46   "swift_versions": [
47     "5.0",
48     "5.1"
49   ],
50   "swift_version": "5.1"