aryaxt / OCMapper

Objective-C library to easily map NSDictionary to model objects, works perfectly with Alamofire. ObjectMapper works similar to GSON
MIT License
347 stars 45 forks source link

Corrected logic for 'shouldn't try to map the string objects inside t… #50

Open raihan opened 8 years ago

raihan commented 8 years ago

Hey,

I have corrected logic for

we shouldn't try to map the string objects inside the array

It was giving exception on test cases under test targets on swift, because main bundle & bundle name for class is not same on test targets & we can make this logic simpler