[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 2 / 3 / 6 / NSURL+Gravatar / 1.0.1 / NSURL+Gravatar.podspec.json
blob5e4da16fb67faf465045ea2a25d800a437b862b6
2   "name": "NSURL+Gravatar",
3   "version": "1.0.1",
4   "summary": "NSURL+Gravatar is a NSURL category to generate Gravatar URLs.",
5   "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",
6   "homepage": "http://github.com/bartj3/nsurl-gravatar",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Bart van Zon": "bartvanzon@gmail.com"
13   },
14   "requires_arc": true,
15   "source": {
16     "git": "https://github.com/bartj3/NSURL-Gravatar.git",
17     "tag": "1.0.1"
18   },
19   "source_files": [
20     "NSURL+Gravatar.h",
21     "NSURL+Gravatar.m"
22   ]