2 "name": "NSObject-AGCDescription",
4 "summary": "It generates the description strings of your classes automatically.",
5 "description": "It's boring to write description methods. It's even more boring to keep them updated everytime you modify a class. But great descriptions can improve the quality of your debugging... and save you time! Don't worry! It's time to let AGCDescriptiondo the dirty work for you! AGCDescription is a category on NSObject which uses the Objective-c runtime potential to automatically build the description string of any of your classes. And if you gonna change the class, the description will be automatically updated.",
6 "homepage": "https://github.com/andreacipriani/NSObject-AGCDescription",
9 "Andrea Cipriani": "andrea.g.cipriani@gmail.com"
12 "git": "https://github.com/andreacipriani/NSObject-AGCDescription.git",
15 "social_media_url": "https://twitter.com/AndreaCipriani",
19 "source_files": "NSObject-AGCDescription/Classes/**/*"