I am working on iOS library project that requires Core Data framework in order to store data. To avoid bundling data model file with library I'd like to generate it dynamically with code.
Are there any code generators that can take some xml/json/yaml model description file on input and produce model construction code and NSManagedObject subclasses on output?