blob: d7f10588b7a041a8922c451d814b0a0d4ca2de67 [file] [log] [blame]
{
"name": "FZImageUtilCategory",
"version": "0.0.1",
"summary": "Some useful methods for UIImage, written in category. Like scaling, cropping.",
"description": "\t\t\tIt is very easy to use this lib to :\n\t\t\t1.create thumbnails.\n\t\t\t2.generate single color image\n\t\t\t3.scale image\n\t\t\t4.crop image\n",
"homepage": "https://github.com/jiecao-fm/FZImageUtilCategory.git",
"license": "MIT",
"authors": {
"Shannon": "shannonchou@126.com"
},
"social_media_url": "https://twitter.com/shannonchou1988",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/jiecao-fm/FZImageUtilCategory.git",
"tag": "0.0.1"
},
"source_files": "FZImageUtilCategory/**/*.*",
"requires_arc": true
}