blob: 702c4a321d3a74a9ee38623a8bb1f6dd956df5f3 [file] [log] [blame]
{
"name": "NSDictionary+LiteralNil",
"version": "0.1.0",
"summary": "preventing \"attempt to insert nil object\" runtime exception while using NSDictionary literal syntax.",
"description": "NSDictionary+LiteralNil preventing \"attempt to insert nil object\" runtime exception while using NSDictionary literal syntax.",
"homepage": "https://github.com/federicocrisafulli/NSDictionary-LiteralNil",
"license": {
"type": "MIT"
},
"authors": {
"federicocrisafulli": "federico.crisafulli@wisemotions.com"
},
"source": {
"git": "https://github.com/federicocrisafulli/NSDictionary-LiteralNil.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "NSDictionary+LiteralNil.{h,m}"
}