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

Cannot comple #74

Open pronebird opened 8 years ago

pronebird commented 8 years ago

Hi,

I've imported #import <DCKeyValueObjectMapping/DCKeyValueObjectMapping.h> as suggested but DCParserConfiguration, norDCArrayMapping` are visible.

Do you have some header in this pod that includes all other headers? Would you mind adding some header with the following imports (and other if necessary):

#import "DCKeyValueObjectMapping.h"
#import "DCParserConfiguration.h"
#import "DCArrayMapping.h"