blob: 23bb0b72e513c20ab7469aedfe488e6bc2070af9 [file] [log] [blame]
{
"name": "REDHTTPLogger",
"version": "0.1.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.1.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"
]
}
}