blob: 17378ab4093e9a516a196404043b641364eb4589 [file] [log] [blame]
{
"name": "KHGravatar",
"version": "0.0.1",
"summary": "An addition to AFNetworking to easily bring in Gravatar images.",
"homepage": "https://github.com/kcharwood/KHGravatar",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kevin Harwood": "kcharwood@gmail.com"
},
"source": {
"git": "https://github.com/kcharwood/KHGravatar.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "5.0"
},
"source_files": "KHGravatar",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 1.0"
]
}
}