blob: 1631e035807fc7991f9e56a312551a768b12066d [file] [log] [blame]
{
"name": "ZYImageCompress",
"version": "1.1.0",
"summary": "JPEG image compressor support with an UIImage category",
"description": "This library provides a category for UIImage with support for compressing image\ninto a smaller size.",
"homepage": "https://github.com/jerryhu/ZYImageCompress",
"license": "MIT",
"authors": {
"Jerry Hu": "jerryhunn@gmail.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/jerryhu/ZYImageCompress.git",
"tag": "1.1.0"
},
"source_files": "ZYImageCompress/**/*.{h,m}",
"frameworks": "UIKit"
}