blob: 8aa1d7e7789a06f3fb74ed6427d2596216ec7e1e [file] [log] [blame]
{
"name": "UIImageView-AGCInitials",
"version": "0.0.2",
"summary": "An UIImageView category to set the initials of a contact's name as the image placeholder",
"description": "An UIImageView category that allows to set an image containing the initials of a contact's name with a colored background. The color of the background is automatically generated and it is the same for identical names, so you can use it with cell recycle in table/collection view!",
"homepage": "https://github.com/AndreaCipriani/UIImageView-AGCInitials",
"screenshots": [
"https://raw.githubusercontent.com/andreacipriani/UIImageView-AGCInitials/master/Screenshots/agc_screen1.png",
"https://raw.githubusercontent.com/andreacipriani/UIImageView-AGCInitials/master/Screenshots/agc_screen2.png"
],
"license": "MIT",
"authors": {
"Andrea Cipriani": "andrea.g.cipriani@gmail.com"
},
"source": {
"git": "https://github.com/AndreaCipriani/UIImageView-AGCInitials.git",
"tag": "0.0.2"
},
"social_media_url": "https://twitter.com/AndreaCipriani",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*"
}