blob: 96ac23abe17a92855f76fb24347c885845b3f5d0 [file] [log] [blame]
{
"name": "NSJSONSerialization-NSNullRemoval",
"version": "0.0.1",
"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.1"
},
"source_files": "Source/*.{h,m}",
"requires_arc": true
}