2 "name": "ObjcAssociatedObjectHelpers",
4 "summary": "Make working with associated objects much more pleasurable.",
5 "description": "A header file with macros that synthesize accessors for \n associated objects, taking the boilerplate out of your hands. Also, a category\n that adds an NSMutableDictionary to NSObject to make adding abitrary key/values\n a breeze.",
6 "homepage": "https://github.com/itsthejb/ObjcAssociatedObjectHelpers",
12 "Jonathan Crooke": "joncrooke@gmail.com"
15 "git": "https://github.com/itsthejb/ObjcAssociatedObjectHelpers.git",
22 "frameworks": "Foundation",
27 "source_files": "ObjcAssociatedObjectHelpers/ObjcAssociatedObjectHelpers.{h,m}"
30 "name": "NSObject+Dictionary",
31 "source_files": "ObjcAssociatedObjectHelpers/NSObject+AssociatedDictionary.{h,m}",
33 "ObjcAssociatedObjectHelpers/Core": [