blob: 859a5ae7e391574ec252726dfdbf68618a8ed81b [file] [log] [blame]
{
"name": "NestedObjectSetters",
"version": "1.1",
"summary": "Categories on NSMutableDictionary and NSUserDefaults that enable setting nested objects via key paths.",
"description": " The following two instance methods are added to `NSMutableDictionary` and `NSUserDefaults`:\n \n `\n - (void)setObject:(id)object forKeyPath:(NSString *)keyPath;\n \n - (void)setObject:(id)object\n forKeyPath:(NSString *)keyPath\n createIntermediateDictionaries:(BOOL)createIntermediates\n replaceIntermediateObjects:(BOOL)replaceIntermediates;\n `\n \n The first method is a convenience method for the second – passing `YES` as both parameters – as that is likely the most wanted behavior.\n",
"license": "MIT",
"authors": {
"Ryan Maxwell": "ryanm@xwell.co.nz"
},
"source": {
"git": "https://github.com/ryanmaxwell/NestedObjectSetters.git",
"tag": "1.1"
},
"homepage": "http://github.com/ryanmaxwell/NestedObjectSetters",
"source_files": "NestedObjectSetters.{h,m}",
"requires_arc": true
}