blob: a806c3521cca9490be2fe2bd4190530c84929008 [file] [log] [blame]
{
"name": "NHFUIImage",
"version": "0.0.1",
"summary": "对UIImage的一个扩展,可以对图片进行压缩、通过颜色来拿到图片、计算图片的等比例缩放、裁剪图片等",
"homepage": "https://github.com/nhfc99/NHFUIImage",
"license": "MIT",
"authors": {
"牛宏飞": "nhfc99@163.com"
},
"source": {
"git": "https://github.com/nhfc99/NHFUIImage.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "UIImage+Unit/*.{h,m}",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
]
}