blob: f8fd3ce832c98987a1410f649ebf7bc94a29d9f7 [file] [log] [blame]
{
"name": "AFHTTPRequestOperationLogger",
"version": "1.0.0",
"license": "MIT",
"summary": "AFNetworking Extension for HTTP Request Logging.",
"homepage": "https://github.com/AFNetworking/AFHTTPRequestOperationLogger",
"authors": {
"Mattt Thompson": "m@mattt.me"
},
"source": {
"git": "https://github.com/AFNetworking/AFHTTPRequestOperationLogger.git",
"tag": "1.0.0"
},
"source_files": "AFHTTPRequestOperationLogger.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 1.0"
]
}
}