2 "name": "NSObject+description",
4 "summary": "Helps you produce description method output formatted same way as Apple's classes' description output",
5 "description": "Helps you produce description method output formatted same way as Apple's classes' description output. Have your custom - (NSString *)description methods return the output from descriptionWithMembers: and manually specify attributes or have all properties of your object included automatically by using descriptionWithAllProperties.",
6 "homepage": "https://github.com/niklasberglund/NSObject-description",
12 "Niklas Berglund": "niklas@klurig.hk"
19 "git": "https://github.com/niklasberglund/NSObject-description.git",
22 "source_files": "NSObject+description.{h,m}"