blob: c462c6980f94a95447f9d3b37d9f490ba846f034 [file] [log] [blame]
{
"name": "DTAvatarView",
"version": "0.1.3",
"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.3"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"DTAvatarView": [
"Pod/Assets/*.png"
]
}
}