blob: d6286dc15c72f2bce769aa2467548ca95b737d6c [file] [log] [blame]
{
"name": "VBDefines",
"version": "0.1.0",
"summary": "Useful objective-c defines.",
"description": "Useful objective-c defines.\n\nFor example, VBLog is a NSLog redefine. It adds some additional info (caller class, line) to log message. Stops logging in non-DEBUG builds.\n",
"homepage": "https://github.com/valnoc/VBDefines",
"license": "MIT",
"authors": {
"Valeriy Bezuglyy": "valnocorner@gmail.com"
},
"source": {
"git": "https://github.com/valnoc/VBDefines.git",
"tag": "v0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "VBDefines/**/*"
}