[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 9 / 4 / 0 / MCLogger / 0.2.1 / MCLogger.podspec.json
blob5cddc55f1f809b4efaa796c050489122f984edb0
2   "name": "MCLogger",
3   "version": "0.2.1",
4   "summary": "A fast & simple, yet powerful & flexible logging framework for Mac and iOS.",
5   "description": "'It is similar in concept to other popular logging frameworks such as log4j, '     'yet is designed specifically for objective-c, and takes advantage of features '   'such as multi-threading, grand central dispatch (if available), lockless '        atomic operations, and the dynamic nature of the objective-c runtime.'",
6   "homepage": "https://github.com/mylcode/MCLogger",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "mylcode": "mylcode.ali@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/mylcode/MCLogger.git",
16     "tag": "0.2.1"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.9",
21     "tvos": "9.0",
22     "watchos": "2.0"
23   },
24   "pod_target_xcconfig": {
25     "GCC_PREPROCESSOR_DEFINITIONS": "MCLoggerLevel=5"
26   },
27   "user_target_xcconfig": {
28     "GCC_PREPROCESSOR_DEFINITIONS": "MCLoggerLevel=5"
29   },
30   "source_files": "MCLogger/Classes/**/*",
31   "dependencies": {
32     "CocoaLumberjack": [
33       "~> 3.3.0"
34     ]
35   },
36   "deprecated": true