| { |
| "name": "AFBlockAttributedLabel", |
| "version": "0.2", |
| "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.2" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "*.{h,m}", |
| "license": "MIT", |
| "dependencies": { |
| "TTTAttributedLabel": [ |
| "~>1.13.2" |
| ] |
| } |
| } |