blob: 8fb563decbc36550f99d830c990080bd5e072114 [file] [log] [blame]
{
"name": "NSObject+NSLog",
"version": "0.1.1",
"summary": "A simple drop-in library to support `NSDictionary/NSArray/NSSet` unicode encoding output when using NSLog(@\"%@\", dict);",
"description": "As we know, when print `NSDictionary/NSArray/NSSet` with `NSLog`, non-ascii characers will be convert to `\\Uxxxx` format. Let me revert back:)",
"homepage": "https://github.com/0x5e/NSObject-NSLog",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"gaosen": "0x5e@sina.cn"
},
"source": {
"git": "https://github.com/0x5e/NSObject-NSLog.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"source_files": "NSObject+NSLog/Classes/**/*",
"frameworks": "Foundation"
}