blob: f052f7831e5d44a59d17478a33196057b206e622 [file] [log] [blame]
{
"name": "MLNetworkLogger",
"version": "0.1.1",
"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://github.com/MUSTLaboratory/MLNetworkLogger",
"license": "MIT",
"authors": {
"MUSTLab Developer": "hello@mustlab.ru"
},
"source": {
"git": "https://github.com/MUSTLaboratory/MLNetworkLogger.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.{h,m}",
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": "Foundation"
}