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