blob: 0874d5e3ee753620d9e42114538fc7d7770fca07 [file] [log] [blame]
{
"name": "ETImageFromColor",
"version": "1.0.0",
"summary": "`UIImage` category with some convenience methods.",
"description": " `UIImage` category with some convenience methods. \n For now only generates a `UIImage` from `UIColor`.\n",
"homepage": "https://github.com/esttorhe/ETImageFromColor",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Esteban Torres": "me@estebantorr.es"
},
"social_media_url": "http://twitter.com/Creegan119",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/esttorhe/ETImageFromColor.git",
"tag": "1.0.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"requires_arc": true
}