[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 3 / 1 / 7 / MLNetworkLogger / 0.1.0 / MLNetworkLogger.podspec.json
blob0b979cd19e9809c21fbaa00706cdc3c777967bed
2   "name": "MLNetworkLogger",
3   "version": "0.1.0",
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://bitbucket.org/mustlab_opensource/mlnetworklogger",
7   "license": "MIT",
8   "authors": {
9     "MUSTLab Developer": "hello@mustlab.ru"
10   },
11   "source": {
12     "git": "https://bitbucket.org/mustlab_opensource/mlnetworklogger.git",
13     "tag": "0.1.0"
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"