dchohfi / KeyValueObjectMapping

Automatic KeyValue Object Mapping for Objective-C, parse JSON/plist/Dictionary automatically
http://dchohfi.com/
MIT License
602 stars 90 forks source link

Updated attribute setter that was failing on [NSNull null] value being passed #59

Closed vincilbishop closed 9 years ago

vincilbishop commented 9 years ago

...assed, and corrected pod spec name.

Web service was returning [NSNull null] values, but these were causing a crash during mapping.

dchohfi commented 9 years ago

@premosystems nice stuff dude, thank you

vincilbishop commented 9 years ago

Thanks for the awesome library, have used it on a number of projects...really nicely laid out and elegantly flexible!

callo90 commented 9 years ago

I had this problem too and I had to modify the code directly because you havent updated the pod, please update it.

Thanks in advanced.