blob: 04a2aaf9fd9b4d5b15e961b5dacf3946ee23b59b [file] [log] [blame]
{
"name": "TFLogger",
"version": "1.0.3",
"summary": "Dependency free logging library.",
"description": "Logging library that you can use to have dependency free logs in your other cocoapod libraries. One can implement a custom log handler or use wither a default implementation or CocoaLumberjack handler.",
"homepage": "https://github.com/TriforkKRK/TFLogger",
"license": "Apache v2",
"authors": {
"Krzysztof Profic": "kprofic@gmail.com"
},
"source": {
"git": "https://github.com/TriforkKRK/TFLogger.git",
"tag": "1.0.3"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"subspecs": [
{
"name": "Core",
"source_files": "Pod/*.{m,h}"
},
{
"name": "CocoaLumberjackHandler",
"source_files": "Pod/CocoaLumberjackHandler/*.{m,h}",
"dependencies": {
"CocoaLumberjack": [
"~> 1.9"
],
"TFLogger/Core": [
]
}
},
{
"name": "NSLogVisualFormat",
"source_files": "Pod/NSLogVisualFormat/*.{m,h}",
"dependencies": {
"TFLogger/Core": [
]
}
}
]
}