blob: 18a5674e249e42c44c4a0e51c0e42cc1ab35964c [file] [log] [blame]
{
"name": "NhfUIColorUnit",
"version": "0.0.1",
"summary": "对UIColor的一个扩展",
"homepage": "https://github.com/nhfc99/NhfUIColorUnit",
"license": "MIT",
"authors": {
"牛宏飞": "nhfc99@163.com"
},
"source": {
"git": "https://github.com/nhfc99/NhfUIColorUnit.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "UIColor+Unit/*.{h,m}",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
]
}