blob: 2fd49930d4fe357fe1e8847d514470d9e8358344 [file] [log] [blame]
{
"name": "MarkDownEditor",
"version": "1.2.0",
"summary": "Read MarkDown's 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": "1.2.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MarkDownEditor/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"cmark": [
"~> 0.21.0"
],
"Ono": [
"~> 1.1.3"
]
}
}