blob: cf0327043f32137411d1f849a91d153fbc54a1d6 [file] [log] [blame]
{
"name": "LOG_EXPR",
"version": "1.2",
"license": {
"type": "MIT",
"file": "MIT-LICENSE"
},
"summary": "A macro that prints out x, no matter what type x is.",
"homepage": "http://atelierdumobile.com",
"authors": {
"Mathieu Godart": "mathieu@atelierdumobile.com"
},
"source": {
"git": "https://github.com/atelierdumobile/LOG_EXPR.git",
"tag": "v1.2"
},
"description": "LOG_EXPR(x) is a macro that prints out x, no matter what type x is, without having to worry about format-strings. It works on Mac OS X and iOS. LOG_EXPR(x) is the work of Vincent Gable.",
"source_files": "*.{h,m}",
"requires_arc": false
}