blob: 5a3989e505e4ae38b9af0ed49c0e6012ff4588b5 [file] [log] [blame]
{
"name": "MCHTTPRequestLogger",
"version": "0.7.0",
"license": "BSD 3-Clause",
"summary": "Output HTTP requests made with AFNetworking in the debug console.",
"homepage": "https://github.com/mirego/MCHTTPRequestLogger",
"authors": {
"Mirego": "info@mirego.com"
},
"source": {
"git": "https://github.com/mirego/MCHTTPRequestLogger.git",
"tag": "0.7.0"
},
"source_files": "MCHTTPRequestLogger.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"dependencies": {
"AFNetworking": [
"~> 1.0"
]
}
}