[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / d / c / MDGroupAvatarView / 0.0.3 / MDGroupAvatarView.podspec.json
blob376948a71e5cc5a4e836f4e6ca0a44be1d6cf97e
2   "name": "MDGroupAvatarView",
3   "version": "0.0.3",
4   "summary": "Custom UIView show group of avatar",
5   "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",
6   "homepage": "https://github.com/ttmdung203/MDGroupAvatarView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ttmdung203": "ttmdung203@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/ttmdung203/MDGroupAvatarView.git",
16     "tag": "0.0.3"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "MDGroupAvatarView/Classes/**/*",
22   "dependencies": {
23     "SDWebImage": [
24       "~>3.8"
25     ]
26   }