[Add] AlibabacloudEcs20140526 3.0.0
[CocoaPods.git] / Specs / 8 / 5 / 9 / KHGravatar / 0.0.1 / KHGravatar.podspec.json
blob17378ab4093e9a516a196404043b641364eb4589
2   "name": "KHGravatar",
3   "version": "0.0.1",
4   "summary": "An addition to AFNetworking to easily bring in Gravatar images.",
5   "homepage": "https://github.com/kcharwood/KHGravatar",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Kevin Harwood": "kcharwood@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/kcharwood/KHGravatar.git",
15     "tag": "0.0.1"
16   },
17   "platforms": {
18     "ios": "5.0"
19   },
20   "source_files": "KHGravatar",
21   "requires_arc": true,
22   "dependencies": {
23     "AFNetworking": [
24       "~> 1.0"
25     ]
26   }