blob: 79967f6b4e2100f956bcfd504e290354d904e274 [file] [log] [blame]
{
"name": "NSManagedObject-ANDYMapChanges",
"version": "0.6",
"summary": "Maps inserts, updates and deletions from your JSON response",
"description": "Maps inserts, updates and deletions from your JSON response.\n\nReturns every insert and update in a block, handles deletions and uniquing internally.\n",
"homepage": "https://github.com/nselvis/NSManagedObject-ANDYMapChanges",
"license": "MIT",
"authors": {
"Elvis Nuñez": "elvisnunez@me.com"
},
"source": {
"git": "https://github.com/nselvis/NSManagedObject-ANDYMapChanges.git",
"tag": "0.6"
},
"social_media_url": "https://twitter.com/nselvis",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Source/**/*",
"frameworks": [
"Foundation",
"CoreData"
],
"dependencies": {
"NSManagedObject-ANDYObjectIDs": [
]
}
}