blob: b4b3bfd9d44136e7a0216576d0e51c6dc4735e16 [file] [log] [blame]
{
"name": "KHGravatar",
"version": "1.0.0",
"summary": "A library to easily build URLs for Gravatar profile images, and also includes an AFNetworking 2 extension.",
"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": "1.0.0"
},
"requires_arc": true,
"default_subspecs": [
"Core"
],
"subspecs": [
{
"name": "Core",
"platforms": {
"ios": "5.0"
},
"source_files": "KHGravatar/KHGravatar.{h,m}"
},
{
"name": "AFNetworking",
"dependencies": {
"AFNetworking/UIKit": [
"~> 2.0"
],
"KHGravatar/Core": [
]
},
"source_files": "KHGravatar/UIImageView+KHGravatar.{h,m}"
}
]
}