blob: 8e7e0593e9ea828cce86899855a036c68123b5fb [file] [log] [blame]
{
"name": "GPAvatarView",
"version": "0.2.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "A dead simple UIView subclass for rounded corners images",
"homepage": "https://github.com/buildo/GPAvatarView",
"social_media_url": "http://twitter.com/gabro27",
"authors": {
"Gabriele Petronella": "gabriele@buildo.io"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/buildo/GPAvatarView.git",
"tag": "v0.2.0"
},
"source_files": "GPAvatarView/GPAvatarView.swift",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"dependencies": {
"SDWebImage": [
"~> 3.7.1"
]
}
}