blob: 0899f7e18f817b11a03e4f365a636b52c1b448a0 [file] [log] [blame]
{
"name": "MarkDownEditor",
"version": "3.0.0",
"summary": "Read MarkDown File.",
"description": "MarkDownEditor help you read MarkDown file in iOS.",
"homepage": "https://github.com/Cu-Toof/MarkDownEditor",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Cu-Toof": "toanf9dn@gmail.com"
},
"source": {
"git": "https://github.com/Cu-Toof/MarkDownEditor.git",
"tag": "3.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MarkDownEditor/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"cmark": [
"~> 0.21.0"
],
"Ono": [
"~> 1.1.3"
]
}
}