blob: e7f382ef9df8356e268af5ea278705d629b0f88e [file] [log] [blame]
{
"name": "NSJSONSerialization-NSNullRemoval",
"version": "0.0.2",
"license": "MIT",
"summary": "Categories on NSJSONSerialization, NSMutableDictionary and NSMutableArray to recursively remove NSNull objects returned from JSON services.",
"homepage": "https://github.com/jrturton/NSJSONSerialization-NSNullRemoval",
"authors": {
"Richard Turton": "jrturton@gmail.com"
},
"source": {
"git": "https://github.com/jrturton/NSJSONSerialization-NSNullRemoval.git",
"tag": "0.0.2"
},
"source_files": "Source/*.{h,m}",
"requires_arc": true
}