blob: b0c97861b2e972cfc83e3573e0a72d91eb36a766 [file] [log] [blame]
{
"name": "AvatarGroup",
"version": "0.2.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.2.1"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"default_subspecs": "Core",
"dependencies": {
"SnapKit": [
"~> 5"
]
},
"swift_version": "5.0",
"subspecs": [
{
"name": "Core",
"source_files": "AvatarGroup/Classes/Core/**/*"
},
{
"name": "Kingfisher",
"dependencies": {
"AvatarGroup/Core": [
],
"Kingfisher": [
"~> 5"
]
},
"source_files": "AvatarGroup/Classes/Kingfisher/**/*"
},
{
"name": "Rx",
"dependencies": {
"AvatarGroup/Core": [
],
"RxCocoa": [
"~> 5"
]
},
"source_files": "AvatarGroup/Classes/Rx/**/*"
},
{
"name": "RxKingfisher",
"dependencies": {
"AvatarGroup/Kingfisher": [
],
"AvatarGroup/Rx": [
]
},
"source_files": "AvatarGroup/Classes/RxKingfisher/**/*"
}
]
}