blob: 141e69fba60568c187c4b0724d52099dd9817fc4 [file] [log] [blame]
{
"name": "MYPMarkdown",
"version": "0.1.0",
"summary": "Markdown parsing and rendering for iOS and OS X. HTML and Attributed Text and Native View output.",
"description": "Markdown parsing and rendering for iOS and OS X. HTML and Attributed Text and Native View output. No need to use HTML Now.",
"homepage": "https://github.com/wakaryry/MYPMarkdown",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wakary": "redoume@163.com"
},
"source": {
"git": "https://github.com/wakaryry/MYPMarkdown.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.1",
"source_files": "MYPMarkdown/Classes/**/*",
"frameworks": "UIKit"
}