blob: 2aecc55059f8867b9ea37a3d5510ce73182abf36 [file] [log] [blame]
{
"name": "RCRColorizedIconImage",
"version": "1.1.0",
"summary": "An iOS UIImage category, UIImageView subclass and UIButton subclass that apply colour to greyscale images while preserving transparency.",
"homepage": "https://github.com/robinsonrc/RCRColorizedIconImage",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Rich Robinson",
"source": {
"git": "https://github.com/robinsonrc/RCRColorizedIconImage.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "8.1"
},
"requires_arc": true,
"source_files": [
"RCRColorizedIconImage/*.{h,m}"
],
"frameworks": "UIKit"
}