blob: c3ba5c5ed9a2b9c50801282f3df4a2d9ad1f69eb [file] [log] [blame]
{
"name": "UIImageView-Gravatar",
"version": "1.0",
"summary": "A simple and quickly put together UIImageView subclass for dealing with http://gravatar.com images.",
"homepage": "https://github.com/rexfinn/UIImageView-Gravatar",
"license": "MIT",
"authors": {
"Rex Finn": "rexcfinn@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/rexfinn/UIImageView-Gravatar.git",
"tag": "v1.0"
},
"source_files": "UIImageView+Gravatar/*.{h,m}",
"dependencies": {
"SDWebImage": [
"~> 3.5"
]
},
"requires_arc": false
}