This repository was archived by the owner on Aug 5, 2024. It is now read-only.

Description
The current Objective-C code is using the older memory management via retain, release, and autorelease. This can make it difficult to use in newer projects.
I would recommend changing the settings to use ARC (Automatic Reference Counting) plus the appropriate changes in the code.
I am also willing to do the work on this and will shortly submit a pull request.