blob: 75a461a0b037587b4e0a6255a19e71fabf3b9a4f [file] [log] [blame]
{
"name": "AFBlockAttributedLabel",
"version": "0.1",
"summary": "Extends TTTAttributedLabel: block callback and lightweight HTML parser",
"homepage": "https://github.com/appfarms/AFBlockAttributedLabel",
"authors": {
"Daniel Kuhnke": "d.kuhnke@appfarms.com"
},
"source": {
"git": "https://github.com/appfarms/AFBlockAttributedLabel.git",
"tag": "0.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "*.{h,m}",
"license": "MIT",
"dependencies": {
"TTTAttributedLabel": [
"~>1.13.2"
]
}
}