[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 6 / 7 / 3 / AvatarGroup / 0.1 / AvatarGroup.podspec.json
blob24b343b4657bead58c090079754c1f1d37852c84
2   "name": "AvatarGroup",
3   "version": "0.1",
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.1"
18   },
19   "platforms": {
20     "ios": "10.0"
21   },
22   "default_subspecs": "Core",
23   "dependencies": {
24     "SnapKit": [
25       "~> 5"
26     ]
27   },
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": "AvatarGroup/Classes/Core/**/*"
32     },
33     {
34       "name": "Kingfisher",
35       "dependencies": {
36         "AvatarGroup/Core": [
38         ],
39         "Kingfisher": [
40           "~> 5"
41         ]
42       },
43       "source_files": "AvatarGroup/Classes/Kingfisher/**/*"
44     }
45   ]