blob: 4f194a0c28a3e720d25b2329bd0de9d23fd1dd62 [file] [log] [blame]
{
"name": "SIMarkdown",
"version": "1.0.1",
"summary": "Markdown View implement with Objective-C",
"homepage": "https://github.com/silence0201/SIMarkdown",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Silence": "374619540@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/silence0201/SIMarkdown.git",
"tag": "1.0.1"
},
"source_files": [
"MarkdownView",
"MarkdownView/**/*.{h,m}"
],
"resources": "MarkdownView/Markdown.bundle",
"requires_arc": true
}