blob: 24b343b4657bead58c090079754c1f1d37852c84 [file] [log] [blame]
{
"name": "AvatarGroup",
"version": "0.1",
"summary": "An avatars' group view for iOS",
"description": "AvatarGroup is a avatars' group view library which can arrange the circle avatars in a stack view.",
"homepage": "https://github.com/xflagstudio/AvatarGroup",
"screenshots": "https://raw.githubusercontent.com/xflagstudio/AvatarGroup/master/screenshots/demo.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lm2343635": "lm2343635@126.com"
},
"source": {
"git": "https://github.com/xflagstudio/AvatarGroup.git",
"tag": "0.1"
},
"platforms": {
"ios": "10.0"
},
"default_subspecs": "Core",
"dependencies": {
"SnapKit": [
"~> 5"
]
},
"subspecs": [
{
"name": "Core",
"source_files": "AvatarGroup/Classes/Core/**/*"
},
{
"name": "Kingfisher",
"dependencies": {
"AvatarGroup/Core": [
],
"Kingfisher": [
"~> 5"
]
},
"source_files": "AvatarGroup/Classes/Kingfisher/**/*"
}
]
}