[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / f / b / 9 / ISOLogger / 0.1 / ISOLogger.podspec.json
blob89732914cae2ec2f51b72963c99bd12f92dace1d
2   "name": "ISOLogger",
3   "version": "0.1",
4   "summary": "ISOLogger hides the existing log entries for your app. So you can focus on the ones you just added.",
5   "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",
6   "homepage": "https://github.com/funroll/ISOLogger",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Peter Jenkins": "peter@funroll.co"
13   },
14   "source": {
15     "git": "https://github.com/funroll/ISOLogger.git",
16     "tag": "0.1"
17   },
18   "source_files": "*.{h,m}",
19   "requires_arc": false