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",
12 "mylcode": "mylcode.ali@gmail.com"
15 "git": "https://github.com/MC-Studio/MCLogger.git",
22 "pod_target_xcconfig": {
23 "GCC_PREPROCESSOR_DEFINITIONS": "MCLoggerLevel=5"
25 "user_target_xcconfig": {
26 "GCC_PREPROCESSOR_DEFINITIONS": "MCLoggerLevel=5",
27 "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
29 "source_files": "MCLogger/Classes/**/*",