blob: 1c9f94bb4df80721013fe3ba0003a8913083fc37 [file] [log] [blame]
{
"name": "ProfileImageView",
"version": "0.1.0",
"summary": "Round UIImageView to display profile images like in the Contacts App",
"description": "UIView subclass which is basically a round UIImageView with other features like overlay and initials when there is no image available",
"homepage": "https://github.com/judikdavid/ProfileImageView",
"license": "MIT",
"authors": {
"David Judik": "judik.david@gmail.com"
},
"source": {
"git": "https://github.com/judikdavid/ProfileImageView.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/judikdavid",
"platforms": {
"ios": "8.2"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"ProfileImageView": [
"Pod/Assets/*.png"
]
}
}