blob: 7b0d06ed98d098b8896100b797392fa658b6211a [file] [log] [blame]
{
"name": "NSURL+Gravatar",
"version": "1.0.0",
"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"
},
"source": {
"git": "https://github.com/bartj3/NSURL-Gravatar.git",
"tag": "1.0.0"
},
"source_files": [
"NSURL+Gravatar.h",
"NSURL+Gravatar.m"
],
"requires_arc": false
}