blob: 235ecfb2969c40759be45ea507d43997b249554f [file] [log] [blame]
{
"name": "InitialsImageView",
"version": "0.3.0",
"summary": "A simple UIImageView extension for using initials as a profile image, written in swift",
"description": "An easy, helpful UIImageView extension that generates letter initials as a placeholder for user profile images, with a randomized background color.",
"homepage": "https://github.com/bachonk/InitialsImageView",
"screenshots": "https://i.imgur.com/KE8OfrL.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tom Bachant": "tom@dashride.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/bachonk/InitialsImageView.git",
"tag": "0.3.0"
},
"source_files": "InitialsImageView.swift",
"requires_arc": true,
"swift_version": "4.0"
}