blob: d6ba590b3c0a5fba85c41e92a22994ad72db2691 [file] [log] [blame]
{
"name": "UIImage+BetterAdditions",
"version": "2.0.0",
"summary": "Adding methods to generate dynamically images from colors, borders, adding corner radius, tinting images, etc.",
"description": " This category of UIImage add methods to generate dynamically images:\n * from colors\n * with borders\n * adding corner radius (for each corner)\n * tinting images,\n * Much more!\n \n Use this category if you want to add \"colored style\" to your app without having to generate colored graphic resources.\n",
"homepage": "https://github.com/devxoul/UIImage-BetterAdditions",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Suyeol Jeon": "devxoul@gmail.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/devxoul/UIImage-BetterAdditions.git",
"tag": "2.0.0"
},
"source_files": "UIImage+BetterAdditions.{h,m}",
"frameworks": "UIKit",
"requires_arc": true,
"deprecated": true
}