| { | |
| "name": "MZInsetLabel", | |
| "version": "0.1.0", | |
| "summary": "MZInsetLabel is subClass of UILabel.", | |
| "description": "MZInsetLabel is a sub class of UILabel that can be set insets.", | |
| "homepage": "http://blog.csdn.net/veryitman", | |
| "license": "MIT", | |
| "authors": { | |
| "veryitman": "veryitman@126.com" | |
| }, | |
| "platforms": { | |
| "ios": "7.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/veryitman/MZInsetLabel.git", | |
| "tag": "0.1.0" | |
| }, | |
| "source_files": "*.{h,m}", | |
| "frameworks": "UIKit", | |
| "requires_arc": true | |
| } |