2 "name": "NSDictionary-NilSafe",
4 "summary": "Nil safe dictionary",
5 "description": "With this category, now you can insert nil into NSDictionary, which will be replaced with NSNull, and NSNull is safer now, which can take any arbitrary method calls like nil.",
6 "homepage": "https://github.com/allenhsu/NSDictionary-NilSafe",
12 "Allen Hsu": "allen@glowing.com"
15 "git": "https://github.com/allenhsu/NSDictionary-NilSafe.git",
21 "source_files": "NSDictionary-NilSafe/*.{m,h}"