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