blob: b1b62a6f12855e74472e2bf636828fdb184e5fda [file] [log] [blame]
{
"name": "AFHTTPClientLogger",
"version": "0.6.1",
"license": "MIT",
"authors": {
"Jon Parise": "jon@indelible.org"
},
"summary": "AFNetworking Extension for request logging.",
"homepage": "https://github.com/jparise/AFHTTPClientLogger",
"source": {
"git": "https://github.com/jparise/AFHTTPClientLogger.git",
"tag": "0.6.1"
},
"requires_arc": true,
"dependencies": {
"AFNetworking": [
">= 2.3"
]
},
"source_files": "AFHTTPClientLogger.{h,m}",
"platforms": {
"ios": "6.0"
}
}