blob: 5e4da16fb67faf465045ea2a25d800a437b862b6 [file] [log] [blame]
{
"name": "NSURL+Gravatar",
"version": "1.0.1",
"summary": "NSURL+Gravatar is a NSURL category to generate Gravatar URLs.",
"description": "NSURL+Gravatar\n===================\n\nNSURL+Gravatar is a `NSURL` category to generate Gravatar URLs.\n\n## Usage\n* Add the files to your project manually or via\n[Cocoapods](http://cocoapods.org) (`pod 'NSURL+Gravatar', '~> 1.0'`)\n* Import `NSURL+Gravatar.h` into the class.\n* Call the `URLWithGravatarEmail size` method on a NSURL to get the Gravatar URL: `[NSURL URLWithGravatarEmail: @\"email@example.com\" size:100]`.\n",
"homepage": "http://github.com/bartj3/nsurl-gravatar",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Bart van Zon": "bartvanzon@gmail.com"
},
"requires_arc": true,
"source": {
"git": "https://github.com/bartj3/NSURL-Gravatar.git",
"tag": "1.0.1"
},
"source_files": [
"NSURL+Gravatar.h",
"NSURL+Gravatar.m"
]
}