[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 0 / e / b / SwiftMarkdownView / 0.0.1 / SwiftMarkdownView.podspec.json
blobdb205c29a70b1e69f279572c93624d30944d338f
2   "name": "SwiftMarkdownView",
3   "version": "0.0.1",
4   "summary": "MarkdownView written in Swift",
5   "description": "SwiftMarkdownView is a lightweight library to parse and display markdown text in Swift. It is based on cmark.",
6   "homepage": "https://github.com/derekcoder/SwiftMarkdownView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "DerekCoder": "derekcoder@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/derekcoder/SwiftMarkdownView.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "SwiftMarkdownView/Classes/**/*",
22   "swift_version": "4.0"