NSDictionary-ANDYSafeValue 0.3.1

NSDictionary-ANDYSafeValue 0.3.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Oct 2015

Maintained by Elvis Nuñez.



Modify and retreieve values of an NSDictionary in the safest possible way :)

Usage

#import "NSDictionary+ANDYSafeValue.h"

- (id)andy_valueForKey:(id)key;

- (void)andy_setValue:(id)value forKey:(id)key;

Installation

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

pod 'NSDictionary-ANDYSafeValue'

Author

Elvis Nuñez, [email protected]

License

NSDictionary-ANDYSafeValue is available under the MIT license. See the LICENSE file for more info.