Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 894 Bytes

README.markdown

File metadata and controls

28 lines (15 loc) · 894 Bytes

DTFObject

Description

DTFObject is an enhancement to Objective C description method. It returns additional details for objects that doesn't implement the description method

Download

$ cd /path/to/top/of/your/project $ git submodule add git://github.com/toutankharton/DTFObject.git DTFObject $ git submodule init && git submodule update

Support

Send me an email or use github issues feature. This is just an example of how we can implement this. But the actual implementation is pretty light, we could have a better one.

To contribute, please fork this project, make+commit your changes and then send me a pull request.

License

The source code is distributed under the nonviral MIT License. It's the simplest most permissive license available.

Version History

  • v1.0.0 Apr 4th 2010

    • Initial version