blob: 720425dc7d7bd61358d08e19bee4c83dda4d3a1f [file] [log] [blame]
{
"name": "SCLogger",
"version": "1.1",
"summary": "SCLogger is a debugging console created by developer for developers, easy integration with your project.\n http://www.lucascorrea.com\n ",
"description": " SCLogger is a debugging console created by developer for developers, easy integration with your project.\n http://www.lucascorrea.com\n For all NSLog used in the project will be recorded in SCLogger also is recorded in a log file\n",
"homepage": "https://github.com/lucascorrea/SCLogger",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Lucas Correa": "contato@lucascorrea.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/lucascorrea/SCLogger.git",
"tag": "1.1"
},
"source_files": "**/SCLogger.{h,m}",
"frameworks": "MessageUI",
"requires_arc": true
}