CocoaPods trunk is moving to be read-only. Read more on the blog, there are 12 months to go.
| TestsTested | ✗ |
| LangLanguage | Obj-CObjective C |
| License | MIT |
| ReleasedLast Release | Mar 2016 |
Maintained by Ivan Shevelev.
HRMethodsAttributes is a simple defines wrapper on __attribute().
Deprecated:
-(void)doSomething DEPRECATED;Deprecated with reason:
-(void)makeMeCool DEPRECATED_REASON("'cause, lol");Unavailable:
-(void)dSomething UNAVAILABLE;Unavailable with reason:
-(void)doSomethingElse UNAVAILABLE_REASON("Old method. Use -doSmthngElse: instead");Objective-C and iOS 7.1 or higher.
HRMethodsAttributes is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'HRMethodsAttributes'Ivan Shevelev, [email protected]
HRMethodsAttributes is available under the MIT license. See the LICENSE file for more info.