2 "name": "CBDCoreDataToolKit",
4 "summary": "Clone, replace and search methods for CoreData",
5 "description": " Cool and powerful methods for CoreData\n\n * cloning a NSManagedObject from a NSManagedObjectContext (MOC) to another\n * replacing a NSManagedObject by another\n * wrapping methods for fetching objects. These methods don't create the MOC, the NSManagedObjectModel, etc. So, they are fully working with NSPersistentDocument\n",
7 "Colas": "colas.bardavid@gmail.com"
9 "homepage": "https://github.com/colasjojo/CBDCoreDataToolKit",
14 "git": "https://github.com/colasjojo/CBDCoreDataToolKit.git",
17 "source_files": "Classes/CBDCoreDataToolKit.h",
19 "frameworks": "CoreData",
23 "source_files": "Classes/Cloning/**/*.{h,m}"
27 "source_files": "Classes/Replacing/**/*.{h,m}"
30 "name": "ActiveRecord",
31 "source_files": "Classes/ActiveRecord/**/*.{h,m}"