blob: 3472596b24f6f483393e5a11ae315954beb97e33 [file] [log] [blame]
{
"name": "ContactCircularView",
"version": "1.1.0",
"summary": "Contact circular view than allows you to represent your friends by initials or image.",
"description": "View that allows you to represent people initials (like in Contact book) also it allows you to\nput some image instead using initials.\n\nMain inspiration was Contact circular views in iOS Contacts",
"homepage": "https://github.com/k8mil/ContactCircularView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kamil Wysocki": ""
},
"source": {
"git": "https://github.com/k8mil/ContactCircularView.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ContactCircularView/Classes/**/*",
"frameworks": "UIKit"
}