blob: e827d847f5ebfd82393a92722d3e9a4453faa413 [file] [log] [blame]
{
"name": "EFMarkdown",
"version": "5.0.0",
"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",
"screenshots": "https://raw.githubusercontent.com/EFPrefix/EFMarkdown/master/Assets/EFMarkdown.png",
"license": {
"type": "WTFPL",
"file": "LICENSE"
},
"authors": {
"EyreFree": "eyrefree@eyrefree.org"
},
"source": {
"git": "https://github.com/EyreFree/EFMarkdown.git",
"tag": "5.0.0"
},
"social_media_url": "https://twitter.com/EyreFree777",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "EFMarkdown/Classes/**/*",
"resource_bundles": {
"EFMarkdown": [
"EFMarkdown/Assets/**/*"
]
},
"dependencies": {
"EFCMark": [
"0.0.2"
]
}
}