blob: 048bd1ba890da8ace50fb6f7bea294c2840f2ceb [file] [log] [blame]
{
"name": "JTAttributedLabel",
"version": "0.0.1",
"license": "MIT",
"summary": "Ported back NSAttributeString in iOS 5 for you to create rich text UILabels in Interface Builder. ",
"homepage": "http://github.com/mystcolor/JTAttributedLabel",
"authors": {
"James Tang": "mystcolor@gmail.com"
},
"source": {
"git": "https://github.com/mystcolor/JTAttributedLabel.git",
"commit": "10bec75a52899821d9147e601853c036ed809e8f"
},
"source_files": "JTAttributedLabel/JTAttributedLabel/",
"requires_arc": true,
"platforms": {
"ios": "5.0"
},
"ios": {
"frameworks": [
"QuartzCore",
"CoreText"
]
}
}