[Add] MirrorXML 4.0.3
[CocoaPods.git] / Specs / 6 / 7 / 3 / AvatarGroup / 0.2.2 / AvatarGroup.podspec.json
bloba634ce4d2c11ea7eecfeda96945c4334d611d75b
2   "name": "AvatarGroup",
3   "version": "0.2.2",
4   "summary": "An avatars' group view for iOS",
5   "description": "AvatarGroup is a avatars' group view library which can arrange the circle avatars in a stack view.",
6   "homepage": "https://github.com/xflagstudio/AvatarGroup",
7   "screenshots": "https://raw.githubusercontent.com/xflagstudio/AvatarGroup/master/screenshots/demo.png",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "lm2343635": "lm2343635@126.com"
14   },
15   "source": {
16     "git": "https://github.com/xflagstudio/AvatarGroup.git",
17     "tag": "0.2.2"
18   },
19   "platforms": {
20     "ios": "10.0"
21   },
22   "swift_versions": "5.0",
23   "default_subspecs": "Core",
24   "dependencies": {
25     "SnapKit": [
26       "~> 5"
27     ]
28   },
29   "swift_version": "5.0",
30   "subspecs": [
31     {
32       "name": "Core",
33       "source_files": "AvatarGroup/Classes/Core/**/*"
34     },
35     {
36       "name": "Kingfisher",
37       "dependencies": {
38         "AvatarGroup/Core": [
40         ],
41         "Kingfisher": [
42           "~> 5"
43         ]
44       },
45       "source_files": "AvatarGroup/Classes/Kingfisher/**/*"
46     },
47     {
48       "name": "Rx",
49       "dependencies": {
50         "AvatarGroup/Core": [
52         ],
53         "RxCocoa": [
54           "~> 5"
55         ]
56       },
57       "source_files": "AvatarGroup/Classes/Rx/**/*"
58     },
59     {
60       "name": "RxKingfisher",
61       "dependencies": {
62         "AvatarGroup/Kingfisher": [
64         ],
65         "AvatarGroup/Rx": [
67         ]
68       },
69       "source_files": "AvatarGroup/Classes/RxKingfisher/**/*"
70     }
71   ]