blob: 5181b54de3bf7d47b4bdb28ef16981fa5b14f245 [file] [log] [blame]
{
"name": "JREnum",
"version": "0.2",
"license": "MIT",
"summary": "macros that automate vending an NSString given an enum value.",
"homepage": "https://github.com/rentzsch/jrenum",
"authors": {
"Jonathan 'Wolf' Rentzsch": "jwr.git@redshed.net"
},
"source": {
"git": "https://github.com/rentzsch/JREnum.git",
"tag": "0.2"
},
"description": "JREnum is a macro that automates creation of functions that blast enums from boring primitive compile-time-land to the fun-filled party environment of runtime.",
"source_files": "*.h",
"requires_arc": false
}