| { | |
| "name": "NHFLabel", | |
| "version": "0.0.1", | |
| "summary": "用于对UILabel的一个扩展", | |
| "homepage": "https://github.com/nhfc99/NHFLabel", | |
| "license": "MIT", | |
| "authors": { | |
| "牛宏飞": "nhfc99@163.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/nhfc99/NHFLabel.git", | |
| "tag": "0.0.1" | |
| }, | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "requires_arc": true, | |
| "source_files": "UILabel+unit/*.{h,m}", | |
| "frameworks": [ | |
| "Foundation", | |
| "CoreGraphics", | |
| "UIKit" | |
| ] | |
| } |