blob: 257ac43d60b092a05b4ccc19e22688113be1d4a0 [file] [log] [blame]
{
"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"
]
}