blob: ad1ef7614aac8f8962d05251a1a491b26a40c453 [file] [log] [blame]
{
"name": "AFHTTPClientLogger",
"version": "0.6.0",
"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.0"
},
"requires_arc": true,
"dependencies": {
"AFNetworking": [
">= 2.3"
]
},
"source_files": "AFHTTPClientLogger.{h,m}",
"platforms": {
"ios": "6.0"
}
}