[Add] BoostAI 1.1.28
[CocoaPods.git] / Specs / b / d / c / MDGroupAvatarView / 1.0.0 / MDGroupAvatarView.podspec.json
blob857b36eef12821aa071ddc322cffa897be144c2b
2   "name": "MDGroupAvatarView",
3   "version": "1.0.0",
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": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "MDGroupAvatarView/Classes/**/*",
22   "dependencies": {
23     "SDWebImage": [
24       "~>4.1"
25     ]
26   }