blob: 2f1411a612436456850417dbeac06e446b0a3d3d [file] [log] [blame]
{
"name": "RHMarkdownLabel",
"version": "0.0.1",
"summary": "RHMarkdownLabel is a UILabel replacement that supports markdown.",
"homepage": "https://github.com/chriscdn/RHMarkdownLabel",
"license": "MIT",
"authors": {
"Christopher Meyer": "chris@schwiiz.org"
},
"source": {
"git": "https://github.com/chriscdn/RHMarkdownLabel.git",
"tag": "0.0.1"
},
"social_media_url": "https://twitter.com/chriscdn",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "RHMarkdownLabel/*",
"dependencies": {
"TTTAttributedLabel": [
],
"XNGMarkdownParser": [
]
}
}