blob: 02382e75d9ea48558a0defd0d78458119ad4a1af [file] [log] [blame]
{
"name": "UIImage+InvertedImage",
"version": "1",
"summary": "Returns a new image that is the receiver with all colors inverted.",
"license": {
"type": "Public Domain"
},
"authors": {
"Max Howell": "mxcl@me.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/mxcl/UIInvertedImage.git",
"tag": "1"
},
"source_files": "*.{h,m}",
"requires_arc": false,
"frameworks": "UIKit",
"homepage": "https://github.com/mxcl/UIInvertedImage"
}