ODObjCRuntime 1.2.1

ODObjCRuntime 1.2.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Jun 2016

Maintained by Alexey Nazaroff.



  • By
  • Alexey Nazaroff

ODObjCRuntime is set of classes for working with ObjC Runtime.

Usage

#import <ODObjCRuntime.h>

// All methods of current class
NSArray<ODObjCMethod *> *methods = [self.class od_methods];

Installation

ODObjCRuntime is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "ODObjCRuntime"

Author

Alexey Nazaroff, [email protected]

License

ODObjCRuntime is available under the MIT license. See the LICENSE file for more info.