CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.
| 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 :)
#import "NSDictionary+ANDYSafeValue.h"
- (id)andy_valueForKey:(id)key;
- (void)andy_setValue:(id)value forKey:(id)key;NSDictionary-ANDYSafeValue is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'NSDictionary-ANDYSafeValue'Elvis Nuñez, [email protected]
NSDictionary-ANDYSafeValue is available under the MIT license. See the LICENSE file for more info.