[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 0 / 8 / a / Down / 0.2 / Down.podspec.json
blob8861a2c37dec465f9647fceecec9e31b615c92ab
2   "name": "Down",
3   "summary": "Blazing fast Markdown rendering in Swift, built upon cmark.",
4   "version": "0.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.2"
16   },
17   "source_files": "Source/**/*",
18   "public_header_files": "Source/*.h",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "requires_arc": true,
23   "module_name": "Down",
24   "preserve_paths": "Source/cmark/module.modulemap",
25   "pod_target_xcconfig": {
26     "SWIFT_INCLUDE_PATHS": "$(SRCROOT)/Down/Source/cmark/**"
27   },
28   "resources": "Resources/DownView.bundle"