blob: 428eb8ceeaae83e4b76b507f903ce8482b072493 [file] [log] [blame]
{
"name": "ETFormatter",
"version": "1.0",
"summary": "Custom CocoaLumberjack formatter.",
"description": "ETFormatter formats with custom colors and headers with detailed information of the class, function and line for CocoaLumberjack logger.",
"homepage": "https://github.com/esttorhe/ETFormatter",
"license": "MIT",
"authors": {
"Esteban Torres": "me@estebantorr.es"
},
"source": {
"git": "https://github.com/esttorhe/ETFormatter.git",
"tag": "1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "ETFormatter",
"dependencies": {
"CocoaLumberjack": [
]
}
}