blob: 6ff58877441f82d70df943081fd94f383c3a3d8a [file] [log] [blame]
{
"name": "BxMarkdown",
"version": "1.0.0",
"swift_version": "4.1",
"summary": "A markdown label for iOS.",
"description": "BxMarkdown provides a MarkdownLabel which makes displaying markdown very easy.",
"homepage": "https://bxmarkdown.borchero.com",
"documentation_url": "https://bxmarkdown.borchero.com/docs",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Oliver Borchert": "borchero@icloud.com"
},
"source": {
"git": "https://github.com/borchero/BxMarkdown.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "BxMarkdown/**/*",
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
],
"BxUtility": [
"~> 1.1"
],
"Down": [
]
},
"frameworks": "UIKit"
}