blob: d5b25869d3c98a8efd20027d48af127e7bf4ee00 [file] [log] [blame]
{
"name": "AFHTTPClientLogger",
"version": "0.5.0",
"summary": "A configurable HTTP request logger for AFNetworking.",
"homepage": "https://github.com/jparise/AFHTTPClientLogger",
"license": "MIT",
"authors": {
"Jon Parise": "jon@indelible.org"
},
"source": {
"git": "https://github.com/jparise/AFHTTPClientLogger.git",
"tag": "0.5.0"
},
"source_files": "AFHTTPClientLogger.{h,m}",
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"requires_arc": true,
"dependencies": {
"AFNetworking": [
">= 1.0"
]
}
}