blob: 376948a71e5cc5a4e836f4e6ca0a44be1d6cf97e [file] [log] [blame]
{
"name": "MDGroupAvatarView",
"version": "0.0.3",
"summary": "Custom UIView show group of avatar",
"description": "This library provides a custom UIView with support for showing group of avatars. It’s use for group chat. The images list can be loaded from local or web url. The dependency CocoaPod is SDWebImage",
"homepage": "https://github.com/ttmdung203/MDGroupAvatarView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ttmdung203": "ttmdung203@gmail.com"
},
"source": {
"git": "https://github.com/ttmdung203/MDGroupAvatarView.git",
"tag": "0.0.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MDGroupAvatarView/Classes/**/*",
"dependencies": {
"SDWebImage": [
"~>3.8"
]
}
}