[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / e / 8 / CDMarkdownKit / 2.5.1 / CDMarkdownKit.podspec.json
blob7a085ceb2e7b9d6031fc22ed604c44fc2a0200cd
2   "name": "CDMarkdownKit",
3   "version": "2.5.1",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "An extensive Swift framework providing simple and customizable markdown parsing.",
9   "description": "This Swift framework handles standard markdown parsing along with the ability to parse custom elements.",
10   "homepage": "https://github.com/chrisdhaan/CDMarkdownKit",
11   "authors": {
12     "Christopher de Haan": "contact@christopherdehaan.me"
13   },
14   "source": {
15     "git": "https://github.com/chrisdhaan/CDMarkdownKit.git",
16     "tag": "2.5.1"
17   },
18   "platforms": {
19     "ios": "10.0",
20     "osx": "10.12",
21     "tvos": "10.0",
22     "watchos": "3.0"
23   },
24   "swift_versions": [
25     "5"
26   ],
27   "source_files": "Source/*.swift",
28   "frameworks": "Foundation",
29   "ios": {
30     "frameworks": "UIKit"
31   },
32   "osx": {
33     "frameworks": "Cocoa"
34   },
35   "tvos": {
36     "frameworks": "UIKit"
37   },
38   "watchos": {
39     "frameworks": "UIKit"
40   },
41   "swift_version": "5"