blob: 19cdd0b369f88bc9cfd658494a5cc85c594a6c76 [file] [log] [blame]
{
"name": "NHFFontUnit",
"version": "0.0.1",
"summary": "用于对字体设置的常用方法",
"homepage": "https://github.com/nhfc99/NHFFontUnit",
"license": "MIT",
"authors": {
"牛宏飞": "nhfc99@163.com"
},
"source": {
"git": "https://github.com/nhfc99/NHFFontUnit.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "UIFont+Unit/*.{h,m}",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
]
}