blob: fd339ca221867863663919b6d4ecb4af7b93047b [file] [log] [blame]
{
"name": "MTProfileImageView",
"version": "0.1.0",
"summary": "UIImageView subclass which either shows image from imageURLm OR creates 2 character name based image for profile",
"description": "TODO: UIImageView subclass which either shows image from imageURLm OR creates 2 character name based image for profile.",
"homepage": "https://github.com/Mehul18292/MTProfileImageView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mehul Thakkar": "mehul18292@gmail.com"
},
"source": {
"git": "https://github.com/Mehul18292/MTProfileImageView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MTProfileImageView/**/*",
"swift_version": "4.2",
"dependencies": {
"SDWebImage": [
]
}
}