| { | |
| "name": "DCLabel", | |
| "version": "0.0.2", | |
| "summary": "Extends UILabel attributedText drawing to make embedding images/video content simple.", | |
| "homepage": "https://github.com/daltoniam/DCLabel", | |
| "license": "Apache License, Version 2.0", | |
| "authors": { | |
| "Dalton Cherry": "daltoniam@gmail.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/daltoniam/DCLabel.git", | |
| "tag": "0.0.2" | |
| }, | |
| "platforms": { | |
| "ios": "5.0" | |
| }, | |
| "source_files": "*.{h,m}", | |
| "frameworks": "CoreText", | |
| "requires_arc": true | |
| } |