[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 3 / 1 / 7 / MLNetworkLogger / 0.1.1 / MLNetworkLogger.podspec.json
blobf052f7831e5d44a59d17478a33196057b206e622
2   "name": "MLNetworkLogger",
3   "version": "0.1.1",
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",
7   "license": "MIT",
8   "authors": {
9     "MUSTLab Developer": "hello@mustlab.ru"
10   },
11   "source": {
12     "git": "https://github.com/MUSTLaboratory/MLNetworkLogger.git",
13     "tag": "0.1.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*.{h,m}",
20   "public_header_files": "Pod/Classes/**/*.h",
21   "frameworks": "Foundation"