2 "name": "CBDCoreDataToolKit",
4 "summary": "Cloning, replacing, importing with CoreData",
5 "description": "Cloning, replacing, importing with CoreData\n\n* cloning a NSManagedObject from a NSManagedObjectContext (MOC) to another\n* replacing a NSManagedObject by another\n* importing objects from a MOC to another MOC\n* wrapping methods for fetching objects. These methods don't create the MOC, the NSManagedObjectModel, etc. So, they are fully working with NSPersistentDocument",
7 "Colas": "colas.bardavid@gmail.com"
9 "homepage": "https://github.com/colasbd/CBDCoreDataToolKit",
14 "git": "https://github.com/colasbd/CBDCoreDataToolKit.git",
17 "source_files": "Classes/**/*.{h,m}",
18 "prefix_header_contents": "#define TODO(args...)",
24 "frameworks": "CoreData"