blob: 271e87ebaab386cf6884971d891f2e1d35281c20 [file] [log] [blame]
{
"name": "GPAvatarView",
"version": "0.0.3",
"summary": "A dead simple UIView subclass for rounded corners images.",
"description": " A deadly simple UIView subclass for rounded corners lazy-loaded images.\n\n Pure swift code.\n\n It loads and renders a UIImage lazyily from a URL, optionally specifying a placeholder image.\n\n",
"homepage": "https://github.com/buildo/GPAvatarView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Gabriele Petronella": "gabriele@buildo.io"
},
"social_media_url": "http://twitter.com/gabro27",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/buildo/GPAvatarView.git",
"tag": "v0.0.3"
},
"source_files": [
"Classes",
"GPAvatarView/**/*.swift"
],
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"dependencies": {
"SDWebImage": [
"~> 3.7.1"
]
}
}