blob: 16ed0bb6c4c877459e7b622b1bfdbffbf309903f [file] [log] [blame]
{
"name": "DTAvatarView",
"version": "0.1.4",
"summary": "Avatar that shows image or initial name",
"description": "DTAvatarView accept image or show initials if name is not available",
"homepage": "https://github.com/nielstj/DTAvatarView",
"license": "MIT",
"authors": {
"Daniel Tjuatja": "daniel.tjuatja@gmail.com"
},
"source": {
"git": "https://github.com/nielstj/DTAvatarView.git",
"tag": "0.1.4"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"DTAvatarView": [
"Pod/Assets/*.png"
]
}
}