2 "name": "NSObject+AssociatedDictionary",
5 "homepage": "https://github.com/markiv/NSObject-AssociatedDictionary",
7 "Vikram Kriplaney": "vikram@iphonso.com"
9 "summary": "Adds a mutable dictionary for arbitrary, ad-hoc properties that can be associated with any object.",
10 "description": " A light-weight Objective-C category that adds a mutable dictionary for arbitrary, ad-hoc properties that can be associated with any object. The dictionary, called properties, is created just-in-time (the first time it's accessed).\n",
12 "git": "https://github.com/markiv/NSObject-AssociatedDictionary.git",
15 "source_files": "*.{h,m}",