blob: db205c29a70b1e69f279572c93624d30944d338f [file] [log] [blame]
{
"name": "SwiftMarkdownView",
"version": "0.0.1",
"summary": "MarkdownView written in Swift",
"description": "SwiftMarkdownView is a lightweight library to parse and display markdown text in Swift. It is based on cmark.",
"homepage": "https://github.com/derekcoder/SwiftMarkdownView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"DerekCoder": "derekcoder@gmail.com"
},
"source": {
"git": "https://github.com/derekcoder/SwiftMarkdownView.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "10.0"
},
"source_files": "SwiftMarkdownView/Classes/**/*",
"swift_version": "4.0"
}