blob: 2316405344c3e0301300c63d5140f0f9887faf14 [file] [log] [blame]
{
"name": "MCLogger",
"version": "0.1.1",
"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/mylcode/MCLogger.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "MCLogger/Classes/**/*",
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "MCLoggerVerbose=1"
},
"deprecated": true
}