blob: 022279605db99a6675e5b989d52d3f13a65a55ce [file] [log] [blame]
{
"name": "EFMarkdown",
"version": "4.1.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",
"license": {
"type": "WTFPL",
"file": "LICENSE"
},
"authors": {
"EyreFree": "eyrefree@eyrefree.org"
},
"source": {
"git": "https://github.com/EyreFree/EFMarkdown.git",
"tag": "4.1.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"
]
}
}