blob: 196998b0c4e31e34b3d6c19f1172fa09268719ba [file] [log] [blame]
{
"name": "AFStatHatClient",
"version": "0.0.1",
"summary": "An AFHTTPClient subclass for reporting to StatHat.",
"homepage": "https://github.com/pj4533/AFStatHatClient",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"PJ Gray": "pj4533@gmail.com"
},
"source": {
"git": "https://github.com/pj4533/AFStatHatClient.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "5.0"
},
"source_files": "AFStatHatClient",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 1.0"
]
}
}