blob: eaadaeee33fef7f4e48e01aaf80b5042628688cd [file] [log] [blame]
{
"name": "NSObject+description",
"version": "1.0.0",
"summary": "Helps you produce description method output formatted same way as Apple's classes' description output",
"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.",
"homepage": "https://github.com/niklasberglund/NSObject-description",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Niklas Berglund": "niklas@klurig.hk"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source": {
"git": "https://github.com/niklasberglund/NSObject-description.git",
"tag": "1.0.0"
},
"source_files": "NSObject+description.{h,m}"
}