blob: bee6c263d49c0dc6830f559b24bbd838a42ae980 [file] [log] [blame]
{
"name": "NSObject+NSLog",
"version": "0.1.0",
"summary": "A simple drop-in library to support `NSDictionary/NSArray/NSSet` unicode encoding output when using NSLog(@\"%@\", dict);",
"description": "As we know, while using `NSLog` to output `NSDictionary/NSArray/NSSet`, non-ascii characers will be convert to `Udd3f` format. It sucks. Let me help you :)",
"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.0"
},
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"source_files": "NSObject+NSLog/Classes/**/*",
"frameworks": "Foundation"
}