blob: 0e1fce07fec59fb6d87a975314277fce5c51cf8d [file] [log] [blame]
{
"name": "UIImage+BetterAdditions",
"version": "2.0.3",
"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\nUse this category if you want to add \"colored style\" to your app without having to generate colored graphic resources.",
"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.3"
},
"source_files": "UIImage+BetterAdditions.{h,m}",
"frameworks": "UIKit",
"requires_arc": true,
"deprecated_in_favor_of": "SwiftyImage"
}