2 "name": "MLNetworkLogger",
4 "summary": "Fast and extensible network activity logger of your choice.",
5 "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.",
6 "homepage": "https://github.com/MUSTLaboratory/MLNetworkLogger",
9 "MUSTLab Developer": "hello@mustlab.ru"
12 "git": "https://github.com/MUSTLaboratory/MLNetworkLogger.git",
19 "source_files": "Pod/Classes/**/*.{h,m}",
20 "public_header_files": "Pod/Classes/**/*.h",
21 "frameworks": "Foundation"