blob: 89732914cae2ec2f51b72963c99bd12f92dace1d [file] [log] [blame]
{
"name": "ISOLogger",
"version": "0.1",
"summary": "ISOLogger hides the existing log entries for your app. So you can focus on the ones you just added.",
"description": "\t\t\t\t\t\t\t\t\t Why ISOLogger?\n\t\t\t\t\t\t\t\t\t --------------\n\t\t\t\t\t\t\t\t\t \n\t\t\t\t\t\t\t\t\t Other people add log entries with only the best intentions. But sometimes they drown out your own voice.\n\t\t\t\t\t\t\t\t\t \n\t\t\t\t\t\t\t\t\t The most useful entries are the ones you add yourself, right before you run the code.\n\t\t\t\t\t\t\t\t\t \n\t\t\t\t\t\t\t\t\t ISOLogger is a simple tool that sends all existing log output to a file. It's still there if you need it. But your Xcode console is reserved so you can hear yourself think.\n\n\t\t\t\t\t\t\t\t\tFor a more detailed explanation, read the [blog post][1].\n\n\t\t\t\t\t\t\t\t\t[1]: http://funroll.co/ \"Introducing ISOLogger\"\n",
"homepage": "https://github.com/funroll/ISOLogger",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Peter Jenkins": "peter@funroll.co"
},
"source": {
"git": "https://github.com/funroll/ISOLogger.git",
"tag": "0.1"
},
"source_files": "*.{h,m}",
"requires_arc": false
}