blob: 83209a88a049d8718f16bd2e565a16e42a4ba40e [file] [log] [blame]
{
"name": "MarkupLabel",
"version": "0.0.1",
"summary": "Use markup (HTML-ish) with UILabel.",
"homepage": "https://github.com/schwa/MarkupLabel",
"license": {
"type": "BSD 2-Clause",
"file": "LICENSE"
},
"authors": {
"Jonathan Wight": "schwa@schwa.io"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/schwa/MarkupLabel.git",
"tag": "0.0.1"
},
"source_files": "Source/*.{h,m}",
"requires_arc": true
}