blob: 20857d04a48de27fd81ec55f715042e40cbd1ce2 [file] [log] [blame]
{
"name": "MCLogger",
"version": "0.2.2",
"summary": "A fast & simple, yet powerful & flexible logging framework for Mac and iOS.",
"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.'",
"homepage": "https://github.com/mylcode/MCLogger",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"mylcode": "mylcode.ali@gmail.com"
},
"source": {
"git": "https://github.com/MC-Studio/MCLogger.git",
"tag": "0.2.2"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "MCLoggerLevel=5"
},
"user_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "MCLoggerLevel=5",
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
},
"source_files": "MCLogger/Classes/**/*",
"dependencies": {
"CocoaLumberjack": [
"~> 3.3.0"
],
"MCFoundation": [
"~> 0.1.1"
]
},
"deprecated": true
}