[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 4 / 2 / a / BxMarkdown / 1.0.0 / BxMarkdown.podspec.json
blob6ff58877441f82d70df943081fd94f383c3a3d8a
2   "name": "BxMarkdown",
3   "version": "1.0.0",
4   "swift_version": "4.1",
5   "summary": "A markdown label for iOS.",
6   "description": "BxMarkdown provides a MarkdownLabel which makes displaying markdown very easy.",
7   "homepage": "https://bxmarkdown.borchero.com",
8   "documentation_url": "https://bxmarkdown.borchero.com/docs",
9   "license": {
10     "type": "Apache License, Version 2.0",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "Oliver Borchert": "borchero@icloud.com"
15   },
16   "source": {
17     "git": "https://github.com/borchero/BxMarkdown.git",
18     "tag": "1.0.0"
19   },
20   "platforms": {
21     "ios": "11.0"
22   },
23   "source_files": "BxMarkdown/**/*",
24   "dependencies": {
25     "RxSwift": [
26       "~> 4.0"
27     ],
28     "RxCocoa": [
29       "~> 4.0"
30     ],
31     "BxUtility": [
32       "~> 1.1"
33     ],
34     "Down": [
36     ]
37   },
38   "frameworks": "UIKit"