blob: 80becb877766f5e048f28415f386a2603567fbb8 [file] [log] [blame]
{
"name": "NSManagedObject-ANDYMapChanges",
"version": "0.5.1",
"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.5.1"
},
"social_media_url": "https://twitter.com/nselvis",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Source/**/*",
"frameworks": [
"Foundation",
"CoreData"
],
"dependencies": {
"NSManagedObject-ANDYObjectIDs": [
]
}
}