blob: f96074b0b31a4b0a86b41a5dcea00f7f047d6fde [file] [log] [blame]
{
"name": "REDHTTPLogger",
"version": "0.2.0",
"summary": "REDHTTPLogger makes it easy to inspect HTTP requests happening inside your iOS app without needed the debugger attached.",
"homepage": "https://github.com/reddavis/REDHTTPLogger",
"license": "MIT",
"authors": {
"Red Davis": "me@red.to"
},
"source": {
"git": "https://github.com/reddavis/REDHTTPLogger.git",
"tag": "0.2.0"
},
"social_media_url": "https://twitter.com/reddavis",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"REDHTTPLogger": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": "UIKit",
"dependencies": {
"AFNetworking": [
"~> 2.3"
],
"RequestUtils": [
"~> 1.1"
]
}
}