blob: 8621c74761e0618d2a65f908149654d340eab56d [file] [log] [blame]
{
"name": "CBDCoreDataToolKit",
"version": "0.0.2",
"summary": "Clone, replace and search methods for CoreData",
"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",
"authors": {
"Colas": "colas.bardavid@gmail.com"
},
"homepage": "https://github.com/colasjojo/CBDCoreDataToolKit",
"license": {
"type": "MIT"
},
"source": {
"git": "https://github.com/colasjojo/CBDCoreDataToolKit.git",
"tag": "0.0.2"
},
"source_files": "Classes/CBDCoreDataToolKit.h",
"requires_arc": true,
"frameworks": "CoreData",
"subspecs": [
{
"name": "Cloning",
"source_files": "Classes/Cloning/**/*.{h,m}"
},
{
"name": "Replacing",
"source_files": "Classes/Replacing/**/*.{h,m}"
},
{
"name": "ActiveRecord",
"source_files": "Classes/ActiveRecord/**/*.{h,m}"
}
]
}