blob: 11b3c4b25bd563b48d65f13a8640ef2b9620ad8c [file] [log] [blame]
{
"name": "EFMarkdown",
"version": "0.0.5",
"summary": "A lightweight Markdown library for iOS.",
"description": "A lightweight Markdown library in Swift, based on EFCMark, inspired by markdown and Markoff.",
"homepage": "https://github.com/EyreFree/EFMarkdown",
"license": {
"type": "WTFPL",
"file": "LICENSE"
},
"authors": {
"EyreFree": "eyrefree@eyrefree.org"
},
"source": {
"git": "https://github.com/EyreFree/EFMarkdown.git",
"tag": "0.0.5"
},
"social_media_url": "https://twitter.com/EyreFree777",
"platforms": {
"ios": "8.0"
},
"source_files": "EFMarkdown/Classes/**/*",
"resource_bundles": {
"EFMarkdown": [
"EFMarkdown/Assets/**/*"
]
},
"dependencies": {
"EFCMark": [
]
},
"pushed_with_swift_version": "3.0"
}