blob: db6af3f580f020ee50f827165812dd1cdeb0d65d [file] [log] [blame]
{
"name": "MCLogger",
"version": "0.7.0",
"summary": "A fast & simple, yet powerful & flexible logging framework for Mac and iOS base on CocoaLumberjack.",
"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/BinaryParadise/MCLogger",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Rake Yang": "fenglaijun@gmail.com"
},
"source": {
"git": "https://github.com/BinaryParadise/MCLogger.git",
"tag": "0.7.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "MCLogger/Classes/**/*",
"private_header_files": "MCLogger/Classes/Internal/**/*.h",
"dependencies": {
"CocoaLumberjack": [
"~> 3.0"
],
"MJExtension": [
"~> 3.0"
],
"SocketRocket": [
"~> 0.5"
],
"SAMKeychain": [
"~> 1.5"
]
},
"deprecated": true
}