blob: a467021822f85d0008d479a6d4c9d5568c271c66 [file] [log] [blame]
{
"name": "MarkdownView",
"version": "1.5.0",
"summary": "Markdown View for iOS.",
"homepage": "https://github.com/keitaoouchi/MarkdownView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"keitaoouchi": "keita.oouchi@gmail.com"
},
"source": {
"git": "https://github.com/keitaoouchi/MarkdownView.git",
"tag": "1.5.0"
},
"source_files": "MarkdownView/*.swift",
"resource_bundles": {
"MarkdownView": [
"webassets/dist/*"
]
},
"frameworks": "Foundation",
"platforms": {
"ios": "9.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
}
}