/AspectObjectiveC

Aspect oriented programming functionality in Objective-C

Primary LanguageObjective-CMIT LicenseMIT

Please see the file "doc/start_here.html" for the full README and documentation. Mirror available here, but it may be slightly out of date.

AspectObjectiveC (AOC) brings aspect oriented programming functionality to Objective-C. Basically, it allows you to execute arbitrary code before, instead of, or after any method on any class at runtime. It is available under the MIT license (see LICENSE.txt).