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