[Add] MentaIFLYAdapter 6.00.23
[CocoaPods.git] / Specs / 2 / d / f / CDDGroupAvatar / 1.5.4 / CDDGroupAvatar.podspec.json
blob7374107e93897c3710d8f394937f2bcb8f4626bb
2   "name": "CDDGroupAvatar",
3   "version": "1.5.4",
4   "summary": "iOS 群头像 / Easy to use",
5   "description": "iOS 群头像功能,像加载一张图片那么简单。",
6   "homepage": "https://github.com/RocketsChen/CDDGroupAvatar",
7   "license": "MIT",
8   "authors": {
9     "RcoketsChen": "1062749739@qq.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/RocketsChen/CDDGroupAvatar.git",
16     "tag": "1.5.4"
17   },
18   "requires_arc": true,
19   "frameworks": "UIKit",
20   "default_subspecs": "Cache",
21   "dependencies": {
22     "SDWebImage": [
24     ]
25   },
26   "subspecs": [
27     {
28       "name": "NoCache",
29       "source_files": [
30         "CDDGroupAvatar",
31         "CDDGroupAvatar/AvatarConfig/*",
32         "CDDGroupAvatar/NoCacheGroupAvatar/*"
33       ]
34     },
35     {
36       "name": "Cache",
37       "source_files": [
38         "CDDGroupAvatar",
39         "CDDGroupAvatar/AvatarConfig/*",
40         "CDDGroupAvatar/CacheGroupAvatar/*"
41       ]
42     },
43     {
44       "name": "Core",
45       "source_files": [
46         "CDDGroupAvatar",
47         "CDDGroupAvatar/AvatarConfig/*",
48         "CDDGroupAvatar/NoCacheGroupAvatar/*",
49         "CDDGroupAvatar/CacheGroupAvatar/*"
50       ]
51     }
52   ]