blob: 5a3fca4eb354532e971e42cb4dfae480049bdde5 [file] [log] [blame]
{
"name": "NSDictionary-NilSafe",
"version": "0.1.0",
"summary": "Nil safe dictionary",
"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.",
"homepage": "https://github.com/allenhsu/NSDictionary-NilSafe",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Allen Hsu": "allen@glowing.com"
},
"source": {
"git": "https://github.com/allenhsu/NSDictionary-NilSafe.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "NSDictionary-NilSafe/*.{m,h}"
}