blob: 0b979cd19e9809c21fbaa00706cdc3c777967bed [file] [log] [blame]
{
"name": "MLNetworkLogger",
"version": "0.1.0",
"summary": "Fast and extensible network activity logger of your choice.",
"description": "Extensible network activity logger mainly based on usage of Apple's URL Loading system architecture and NSURLProtocol class. Has no external dependencies other than Foundation. Supports NSURLConnection/NSURLSession/AFNetworking logging.",
"homepage": "https://bitbucket.org/mustlab_opensource/mlnetworklogger",
"license": "MIT",
"authors": {
"MUSTLab Developer": "hello@mustlab.ru"
},
"source": {
"git": "https://bitbucket.org/mustlab_opensource/mlnetworklogger.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.{h,m}",
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": "Foundation"
}