blob: 7374107e93897c3710d8f394937f2bcb8f4626bb [file] [log] [blame]
{
"name": "CDDGroupAvatar",
"version": "1.5.4",
"summary": "iOS 群头像 / Easy to use",
"description": "iOS 群头像功能,像加载一张图片那么简单。",
"homepage": "https://github.com/RocketsChen/CDDGroupAvatar",
"license": "MIT",
"authors": {
"RcoketsChen": "1062749739@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/RocketsChen/CDDGroupAvatar.git",
"tag": "1.5.4"
},
"requires_arc": true,
"frameworks": "UIKit",
"default_subspecs": "Cache",
"dependencies": {
"SDWebImage": [
]
},
"subspecs": [
{
"name": "NoCache",
"source_files": [
"CDDGroupAvatar",
"CDDGroupAvatar/AvatarConfig/*",
"CDDGroupAvatar/NoCacheGroupAvatar/*"
]
},
{
"name": "Cache",
"source_files": [
"CDDGroupAvatar",
"CDDGroupAvatar/AvatarConfig/*",
"CDDGroupAvatar/CacheGroupAvatar/*"
]
},
{
"name": "Core",
"source_files": [
"CDDGroupAvatar",
"CDDGroupAvatar/AvatarConfig/*",
"CDDGroupAvatar/NoCacheGroupAvatar/*",
"CDDGroupAvatar/CacheGroupAvatar/*"
]
}
]
}